123456789101112131415161718192021 |
- {
- "name": "bookie",
- "version": "1.0.0",
- "description": "average bookie joe",
- "repository": "git@git.tum.dk:cloudron/bookie.git",
- "main": "server.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "node server.js"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "async": "^2.3.0",
- "body-parser": "^1.17.1",
- "ejs": "^2.5.6",
- "express": "^4.15.2",
- "lodash": "^4.17.4",
- "shelljs": "^0.7.7"
- }
- }
|