package.json 480 B

123456789101112131415161718192021
  1. {
  2. "name": "bookie",
  3. "version": "1.0.0",
  4. "description": "average bookie joe",
  5. "repository": "git@git.tum.dk:cloudron/bookie.git",
  6. "main": "server.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1",
  9. "start": "node server.js"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "async": "^2.3.0",
  15. "body-parser": "^1.17.1",
  16. "ejs": "^2.5.6",
  17. "express": "^4.15.2",
  18. "lodash": "^4.17.4",
  19. "shelljs": "^0.7.7"
  20. }
  21. }