-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 900 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 900 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
35
36
{
"name": "express-t",
"version": "1.0.0",
"description": "expressDemo",
"main": "app.js",
"scripts": {
"b": "node app.js"
},
"author": "sun",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sunxhh/express-t.git"
},
"devDependencies": {
"eslint": "^4.17.0",
"jshint": "^2.9.5",
"jshint-esnext": "^2.7.0-3"
},
"dependencies": {
"body-parser": "^1.18.2",
"compress": "^0.99.0",
"connect-multiparty": "^2.1.0",
"cookie-parser": "^1.4.3",
"errorhandler": "^1.5.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"json": "^9.0.6",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"node-uuid": "^1.4.8",
"query": "^0.2.0",
"static": "^2.0.0"
}
}