-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 904 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 904 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
{
"name": "express-starter-kit",
"version": "1.0.0",
"description": "基于express的nodeJs脚手架",
"main": "app.js",
"scripts": {
"start": "node server/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/One-boy/express-starter-kit.git"
},
"author": "huyu",
"license": "MIT",
"bugs": {
"url": "https://github.com/One-boy/express-starter-kit/issues"
},
"homepage": "https://github.com/One-boy/express-starter-kit#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"jsonwebtoken": "^8.2.2",
"multer": "^1.3.0",
"mysql2": "^1.5.3",
"sequelize": "^4.37.10",
"sha1": "^1.1.1"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"swagger-ui-dist": "^3.17.0"
}
}