-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 847 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 847 Bytes
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
{
"name": "bacc-statistics",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start:prod": "node ./node_modules/.bin/pm2 start ./bin/www --name statistics --update-env",
"stop": "node ./node_modules/.bin/pm2 stop statistics",
"pm2:log": "node ./node_modules/.bin/pm2 logs ",
"deploy": "sh ~/Schreibtisch/update_bacc_statistics.sh"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"glob": "^7.1.2",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"jsonfile": "^4.0.0",
"mongoose": "^5.3.13",
"morgan": "~1.9.0",
"node-sass-middleware": "0.11.0",
"node-stopwatch": "0.0.1",
"pm2": "^2.10.2",
"rimraf": "^2.6.2"
},
"devDependencies": {
"babel-cli": "^6.26.0"
}
}