-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
37
38
39
40
41
42
43
44
45
{
"name": "express-blog",
"version": "1.0.0",
"description": "一个基于express的blog",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ranckprogram/express-blog.git"
},
"keywords": [
"express",
"blog",
"mvc",
"mvvm"
],
"author": "ranck",
"license": "ISC",
"bugs": {
"url": "https://github.com/ranckprogram/express-blog/issues"
},
"homepage": "https://github.com/ranckprogram/express-blog#readme",
"dependencies": {
"async": "^2.6.1",
"body-parser": "^1.18.3",
"consolidate": "^0.15.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"ejs": "^2.6.1",
"express": "^4.16.3",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"multer": "^1.3.1",
"mysql": "^2.16.0"
},
"devDependencies": {
"eslint": "^5.2.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0"
}
}