forked from myplanet/askaway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 851 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": "askaway",
"version": "2.0.0",
"description": "Meeting question management application.",
"main": "server.js",
"author": "Jerry Low",
"repository": {
"type": "git",
"url": "https://github.com/myplanetdigital/askaway"
},
"scripts": {
"dev": "node server.js"
},
"dependencies": {
"async": "~1.5.0",
"bluebird": "~3.1.1",
"body-parser": "~1.14.2",
"compass": "^0.1.1",
"connect": "~3.4.0",
"connect-mongo": "~1.0.2",
"cookie-parser": "~1.4.0",
"dotenv": "^8.2.0",
"express": "~4.13.3",
"express-session": "~1.12.1",
"heroku-ssl-redirect": "0.0.4",
"method-override": "~2.3.5",
"mongoose": "~4.3.3",
"morgan": "~1.6.1",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"socket.io": "1.3.7"
},
"engines": {
"node": "12.x"
}
}