-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 842 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 842 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
32
33
34
{
"name": "nodejs-webserver-bootstap",
"version": "1.0.0",
"description": "nodejs webserver bootstrap",
"author": "Quicargo LTD",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"express": "^4.13.4",
"method-override": "^2.3.6",
"moment": "^2.13.0",
"pg": "^6.0.1",
"pm2": "^2.4.2",
"raw-body": "^2.2.0",
"sequelize": "^3.30.0",
"swig": "^1.4.2",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.1.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-all": "^1.1.0",
"gulp-bump": "^2.7.0",
"gulp-clean": "^0.3.2",
"gulp-cli": "^1.3.0",
"gulp-nodemon": "^2.2.1",
"gulp-typescript": "^3.1.6",
"gulp-watch": "^4.3.11",
"run-sequence": "^1.2.2",
"typescript": "^2.2.1",
"typings": "^2.1.0"
}
}