package.json 744 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "node-CES",
  3. "version": "0.0.0",
  4. "description": "a CES module for node",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/yzziizzy/node-CES.git"
  12. },
  13. "author": "izzy",
  14. "license": "AGPLv3",
  15. "bugs": {
  16. "url": "https://github.com/yzziizzy/node-CES/issues"
  17. },
  18. "homepage": "https://github.com/yzziizzy/node-CES",
  19. "dependencies": {
  20. "async": "^2.5.0",
  21. "bluebird": "^2.11.0",
  22. "colors": "^1.1.2",
  23. "express": "^4.15.3",
  24. "handlebars": "^4.0.10",
  25. "minimist": "^1.2.0",
  26. "mongodb": "^2.0.31",
  27. "mysql": "^2.14.1",
  28. "serve-static": "^1.12.4",
  29. "underscore": "^1.8.3"
  30. }
  31. }