package.json 1016 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "notifications-sharelatex",
  3. "version": "0.0.1",
  4. "description": "An API to handle user notifications",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "async": "^0.1.22",
  13. "express": "3.1.0",
  14. "logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.1.0",
  15. "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.3.0",
  16. "mongojs": "1.3.0",
  17. "node-statsd": "0.0.3",
  18. "request": "^2.65.0",
  19. "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
  20. "underscore": "1.4.4"
  21. },
  22. "devDependencies": {
  23. "bunyan": "^1.0.0",
  24. "chai": "",
  25. "grunt": "^0.4.5",
  26. "grunt-bunyan": "^0.5.0",
  27. "grunt-contrib-clean": "^0.6.0",
  28. "grunt-contrib-coffee": "^0.11.0",
  29. "grunt-execute": "^0.2.2",
  30. "grunt-mocha-test": "^0.11.0",
  31. "sandboxed-module": "",
  32. "sinon": ""
  33. }
  34. }