-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 KB
/
package.json
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
{
"name": "learn-nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnnynode/learn-nodejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/johnnynode/learn-nodejs/issues"
},
"homepage": "https://github.com/johnnynode/learn-nodejs#readme",
"dependencies": {
"art-template": "^4.8.2",
"body-parser": "^1.19.0",
"cheerio": "^0.22.0",
"consolidate": "^0.15.1",
"cookie-parser": "^1.4.4",
"ejs": "^2.5.7",
"express": "^4.16.3",
"express-generator": "^4.16.1",
"express-session": "^1.17.0",
"formidable": "^1.2.1",
"iconv-lite": "^0.4.17",
"mime": "^1.3.6",
"mongodb": "^3.5.3",
"multer": "^1.4.2",
"request": "^2.81.0",
"serve-static": "^1.14.1",
"session-file-store": "^1.4.0",
"silly-datetime": "^0.1.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"http-server": "^0.9.0"
}
}