forked from fossasia/yaydoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 810 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
{
"name": "Yaydoc",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "./node_modules/.bin/mocha tests --timeout 1500000"
},
"dependencies": {
"async": "^2.5.0",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dotenv": "^4.0.0",
"express": "~4.15.2",
"express-session": "^1.15.3",
"jade": "~1.11.0",
"mocha": "^3.4.2",
"moment": "^2.18.1",
"mongoose": "^4.11.0",
"morgan": "~1.8.1",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-heroku": "^1.0.0",
"request": "^2.81.0",
"serve-favicon": "~2.4.2",
"sinon": "^2.3.7",
"socket.io": "^2.0.2",
"surge": "^0.19.0",
"sys": "^0.0.1",
"uuid": "^3.0.1"
}
}