-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 913 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": "slashroots-harvest-v2",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "bower install"
},
"dependencies": {
"acl": "0.4.9",
"body-parser": "1.12.0",
"bower": "1.7.9",
"cookie-parser": "1.3.4",
"crypto": "0.0.3",
"debug": "2.1.1",
"ejs": "2.3.1",
"express": "4.12.2",
"express-session": "1.14.1",
"fakeblock": "https://github.com/nick22891/fakeblock/tarball/master",
"mongoose": "4.6.0",
"morgan": "1.5.1",
"mssql": "3.3.0",
"nodemailer": "^2.6.4",
"passport": "0.3.2",
"passport-local": "1.0.0",
"passport-localapikey": "0.0.3",
"passport-token-auth": "^0.1.2",
"redoc": "^1.3.2",
"sequelize": "^3.27.0",
"serve-favicon": "~2.2.0",
"swagger": "^0.7.5",
"swagger-node-runner": "^0.7.1",
"swagger-ui": "^2.2.4",
"tedious": "^1.14.0"
}
}