package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "ov-secure-data-manager",
  3. "version": "1.4.0",
  4. "private": true,
  5. "scripts": {
  6. "postinstall": "cd node_modules/lib-parent-grunt/ && npm install"
  7. },
  8. "dependencies": {},
  9. "devDependencies": {
  10. "body-parser": "1.13.0",
  11. "bower": "^1.8.2",
  12. "express": "4.12.4",
  13. "grunt": "~0.4.5",
  14. "grunt-angular-gettext": "*",
  15. "grunt-cli": "^1.2.0",
  16. "grunt-contrib-clean": "*",
  17. "grunt-contrib-compress": "0.13.0",
  18. "grunt-contrib-concat": "*",
  19. "grunt-contrib-copy": "*",
  20. "grunt-contrib-cssmin": "*",
  21. "grunt-contrib-sass": "1.0.0",
  22. "grunt-contrib-uglify": "*",
  23. "grunt-contrib-watch": "*",
  24. "grunt-express": "^1.4.1",
  25. "grunt-freddie": "*",
  26. "grunt-html2js": "*",
  27. "grunt-karma": "0.12.0",
  28. "grunt-ng-annotate": "*",
  29. "grunt-node-webkit-builder": "*",
  30. "grunt-openport": "*",
  31. "grunt-sass": "^2.0.0",
  32. "install": "*",
  33. "jasmine-core": "2.3.4",
  34. "karma": "0.13.3",
  35. "karma-coverage": "0.3.0",
  36. "karma-jasmine": "0.3.6",
  37. "karma-junit-reporter": "0.2.2",
  38. "karma-phantomjs-launcher": "0.2.1",
  39. "karma-spec-reporter": "0.0.26",
  40. "lib-parent-grunt": "https://nexus.scytl.net/content/repositories/releases//com/scytl/frontend/javascript/lib-parent-grunt/0.3.14/lib-parent-grunt-0.3.14.tgz",
  41. "lodash": "^4.16.6",
  42. "matchdep": "*",
  43. "phantomjs": "1.9.18",
  44. "searchjs": "*",
  45. "stable": "*",
  46. "temporary": "*"
  47. },
  48. "peerDependencies": {
  49. "grunt-parallel": "^0.5.1"
  50. }
  51. }