-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.55 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "sacm.backend",
"version": "0.0.0",
"description": "Smart Adaptive Case Management Backend related with the CONNECARE H2020 research project.",
"repository": "https://github.com/sebischair/sacm",
"license": "NA",
"author": "Felix Michel",
"scripts": {
"lint": "eslint app.js",
"start": "nodemon ./bin/www --exec babel-node --presets es2015,stage-2",
"auto-start": "nodemon --exec \"npm run lint && npm start\" --ignore public/js",
"test": "NODE_ENV=test mocha --compilers js:babel-core/register app/test/**/*.js"
},
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "~1.13.2",
"colors": "^1.1.2",
"compression": "^1.7.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"exceljs": "^1.5.1",
"express": "~4.13.1",
"express-list-endpoints": "^4.0.0",
"find-promise": "^1.0.2",
"fs-extra": "^7.0.0",
"jsonwebtoken": "^7.4.1",
"maxmind": "^2.4.0",
"mongoose": "^4.13.7",
"morgan": "~1.6.1",
"mysql2": "^1.6.4",
"node-gzip": "^1.1.2",
"object-sizeof": "^1.2.0",
"prompt-promise": "^1.0.3",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"sequelize": "^4.41.2",
"serve-favicon": "~2.3.0",
"simple-git": "^1.94.0",
"uuid": "^3.1.0",
"winston": "^2.4.2",
"xml2js": "^0.4.17",
"zlib": "^1.0.5"
},
"devDependencies": {
"atob": "^2.0.3",
"babel": "^5.8.21",
"babel-eslint": "^4.0.10",
"eslint": "^1.1.0",
"gulp-apidoc": "^0.2.6",
"gulp-watch": "^4.3.11",
"nodemon": "^1.4.1",
"pug": "^2.0.0-rc.2"
}
}