-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 939 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
{
"name": "mchacks-v2",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "^1.15.0",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.4.1",
"debug": "^2.2.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"jQuery": "^1.7.4",
"jade": "^1.11.0",
"jquery": "^2.2.0",
"jsdom": "^0.11.1",
"mongoose": "^4.4.4",
"morgan": "^1.7.0",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.2",
"socket.io": "^1.4.5",
"xmlhttprequest": "^1.8.0"
},
"description": "",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/itscharlieb/mchacks.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/itscharlieb/mchacks/issues"
},
"homepage": "https://github.com/itscharlieb/mchacks"
}