PageRenderTime 47ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/test/fixtures/package.json

https://gitlab.com/javajamesb08/generator-angular-fullstack
JSON | 100 lines | 100 code | 0 blank | 0 comment | 0 complexity | 42d7928bc11448fd573ed26527e13822 MD5 | raw file
  1. {
  2. "name": "tempApp",
  3. "version": "0.0.0",
  4. "main": "server/app.js",
  5. "dependencies": {
  6. "express": "~4.0.0",
  7. "morgan": "~1.0.0",
  8. "body-parser": "~1.5.0",
  9. "method-override": "~1.0.0",
  10. "serve-favicon": "~2.0.1",
  11. "cookie-parser": "~1.0.1",
  12. "express-session": "~1.0.2",
  13. "errorhandler": "~1.0.0",
  14. "compression": "~1.0.1",
  15. "lodash": "~2.4.1",
  16. "jade": "~1.2.0",
  17. "ejs": "~0.8.4",
  18. "mongoose": "~3.8.8",
  19. "jsonwebtoken": "^0.3.0",
  20. "express-jwt": "^0.1.3",
  21. "passport": "~0.2.0",
  22. "passport-local": "~0.1.6",
  23. "passport-facebook": "latest",
  24. "passport-twitter": "latest",
  25. "passport-google-oauth": "latest",
  26. "composable-middleware": "^0.3.0",
  27. "connect-mongo": "^0.4.1",
  28. "socket.io": "^1.0.6",
  29. "socket.io-client": "^1.0.6",
  30. "socketio-jwt": "^2.0.2"
  31. },
  32. "devDependencies": {
  33. "grunt": "~0.4.4",
  34. "grunt-autoprefixer": "~0.7.2",
  35. "grunt-wiredep": "~1.8.0",
  36. "grunt-concurrent": "~0.5.0",
  37. "grunt-contrib-clean": "~0.5.0",
  38. "grunt-contrib-concat": "~0.4.0",
  39. "grunt-contrib-copy": "~0.5.0",
  40. "grunt-contrib-cssmin": "~0.9.0",
  41. "grunt-contrib-htmlmin": "~0.2.0",
  42. "grunt-contrib-imagemin": "~0.7.1",
  43. "grunt-contrib-jshint": "~0.10.0",
  44. "grunt-contrib-uglify": "~0.4.0",
  45. "grunt-contrib-watch": "~0.6.1",
  46. "grunt-contrib-coffee": "^0.10.1",
  47. "grunt-contrib-jade": "^0.11.0",
  48. "grunt-contrib-less": "^0.11.0",
  49. "grunt-google-cdn": "~0.4.0",
  50. "grunt-newer": "~0.7.0",
  51. "grunt-ng-annotate": "^0.2.3",
  52. "grunt-rev": "~0.1.0",
  53. "grunt-svgmin": "~0.4.0",
  54. "grunt-usemin": "~2.1.1",
  55. "grunt-env": "~0.4.1",
  56. "grunt-node-inspector": "~0.1.5",
  57. "grunt-nodemon": "~0.2.0",
  58. "grunt-angular-templates": "^0.5.4",
  59. "grunt-dom-munger": "^3.4.0",
  60. "grunt-protractor-runner": "^1.1.0",
  61. "grunt-injector": "~0.5.4",
  62. "grunt-karma": "~0.8.2",
  63. "grunt-build-control": "DaftMonk/grunt-build-control",
  64. "grunt-mocha-test": "~0.10.2",
  65. "grunt-contrib-sass": "^0.7.3",
  66. "grunt-contrib-stylus": "latest",
  67. "jit-grunt": "^0.5.0",
  68. "time-grunt": "~0.3.1",
  69. "grunt-express-server": "~0.4.17",
  70. "grunt-open": "~0.2.3",
  71. "open": "~0.0.4",
  72. "jshint-stylish": "~0.1.5",
  73. "connect-livereload": "~0.4.0",
  74. "karma-ng-scenario": "~0.1.0",
  75. "karma-firefox-launcher": "~0.1.3",
  76. "karma-script-launcher": "~0.1.0",
  77. "karma-html2js-preprocessor": "~0.1.0",
  78. "karma-ng-jade2js-preprocessor": "^0.1.2",
  79. "karma-jasmine": "~0.1.5",
  80. "karma-chrome-launcher": "~0.1.3",
  81. "requirejs": "~2.1.11",
  82. "karma-requirejs": "~0.2.1",
  83. "karma-coffee-preprocessor": "~0.2.1",
  84. "karma-jade-preprocessor": "0.0.11",
  85. "karma-phantomjs-launcher": "~0.1.4",
  86. "karma": "~0.12.9",
  87. "karma-ng-html2js-preprocessor": "~0.1.0",
  88. "supertest": "~0.11.0",
  89. "should": "~3.3.1"
  90. },
  91. "engines": {
  92. "node": ">=0.10.0"
  93. },
  94. "scripts": {
  95. "start": "node server/app.js",
  96. "test": "grunt test",
  97. "update-webdriver": "node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update"
  98. },
  99. "private": true
  100. }