-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 880 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 880 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
37
{
"name": "node_test",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"body-parser": "^1.18.3",
"codemirror": "^5.40.0",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"fs": "^0.0.1-security",
"jade": "^1.11.0",
"lodash": "^4.17.10",
"mysql": "^2.16.0",
"mysql2": "^1.6.0",
"sequelize": "^4.38.0",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"chalk": "^2.4.1",
"commander": "^2.18.0",
"eslint": "^5.2.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-react": "^7.10.0",
"morgan": "^1.9.0",
"nodemon": "^1.18.4",
"shelljs": "^0.8.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "zhangzhen",
"license": "ISC"
}