-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 782 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 782 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": "imooc",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^2.0.1",
"bootstrap": "^4.0.0",
"connect-mongo": "^2.0.1",
"cookie-parse": "^0.4.0",
"cookie-parser": "^1.4.3",
"express-session": "^1.15.6",
"jquery": "^3.3.1",
"logger": "^0.0.1",
"morgan": "^1.9.0",
"multer": "^0.1.8",
"session": "^0.1.0"
},
"devDependencies": {
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0",
"express": "^4.16.2",
"jade": "^1.11.0",
"jquery": "^3.3.1",
"moment": "^2.20.1",
"mongodb": "^3.0.3",
"mongoose": "^5.0.7",
"underscore": "^1.8.3"
}
}