-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 854 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
{
"version": "1.0.1",
"private": true,
"scripts": {
"start": "./node_modules/.bin/forever ./dist/bin/www.js",
"watch": "./node_modules/.bin/gulp watch",
"postinstall": "./node_modules/.bin/gulp build"
},
"dependencies": {
"@types/basic-auth": "1.1.1",
"@types/body-parser": "^1.16.4",
"@types/debug": "0.0.29",
"@types/express": "^4.0.36",
"@types/morgan": "^1.7.32",
"@types/pg": "^6.1.42",
"basic-auth": "^1.1.0",
"body-parser": "~1.17.2",
"del": "^3.0.0",
"express": "~4.15.3",
"forever": "^0.15.3",
"gulp": "^3.9.1",
"gulp-copy": "^1.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-typescript": "^3.2.1",
"morgan": "~1.8.2",
"pg": "^6.4.1",
"typescript": "^2.4.1"
},
"name": "GoogleHomeKabbageLunch",
"engines": {
"node": "8.1.4",
"npm": "4.6.1"
}
}