-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1016 Bytes
/
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
{
"name": "health-nlp-node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start-pm2": "pm2 start --no-daemon ./bin/www",
"test": "NODE_ENV=test mocha test --recursive",
"test-watch": "NODE_ENV=test mocha test --recursive --watch",
"coverage": "NODE_ENV=test istanbul cover _mocha test -- --recursive",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~3.1.0",
"dotenv": "^4.0.0",
"express": "~4.16.0",
"firebase": "^4.4.0",
"fivebeans": "^1.5.0",
"log4js": "^1.1.1",
"morgan": "~1.9.0",
"serve-favicon": "~2.4.5",
"twitter": "^1.7.1"
},
"devDependencies": {
"chai": "^4.0.2",
"chai-http": "^3.0.0",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^3.5.3",
"mock-require": "^2.0.2",
"pm2": "^2.7.1",
"sinon": "^4.0.0",
"supertest": "^3.0.0"
}
}