forked from tooto1985/node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 982 Bytes
/
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
{
"name": "node",
"version": "1.0.0",
"description": "NodeJS-Example",
"main": "index.js",
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.15.0",
"colors": "^1.1.2",
"cookie-parser": "^1.4.1",
"cookies": "^0.5.1",
"debug": "^2.2.0",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"formidable": "^1.0.17",
"http-proxy": "^1.13.2",
"i18n": "^0.8.3",
"jsdom": "^8.1.0",
"mime": "^1.3.4",
"mongodb": "^2.1.7",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tooto1985/node.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tooto1985/node/issues"
},
"homepage": "https://github.com/tooto1985/node#readme"
}