-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 875 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
{
"name": "MiningPlot",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"basic-auth-connect": "~1.0.0",
"bcrypt-node": "^0.1.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.2",
"bootbox": "^4.4.0",
"config": "^1.26.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"express-formidable": "^1.0.0",
"express-session": "^1.15.0",
"formidable": "^1.1.1",
"jade": "~1.11.0",
"mongodb": "~2.0",
"mongoose": "^4.9.1",
"mongoskin": "~2.0.3",
"morgan": "~1.6.1",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"serve-favicon": "~2.3.2",
"static-favicon": "^1.0.2",
"zerorpc": "~0.9.6"
}
}