-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 KB
/
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
41
42
43
44
45
46
{
"name": "speakerthumbs",
"version": "0.1.0",
"description": "An open-source call for papers platform",
"main": "app.js",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.8.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.7.0",
"cookie-parser": "~1.3.3",
"csurf": "^1.6.5",
"debug": "~2.0.0",
"dotenv": "^0.5.1",
"express": "~4.9.0",
"express-session": "^1.9.3",
"forever-monitor": "^1.5.2",
"jade": "~1.6.0",
"mongoose": "^3.8.21",
"morgan": "~1.3.0",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.1.5",
"passport-local": "^1.0.0",
"passport-local-mongoose-email": "^0.1.2",
"passport-twitter": "^1.0.2",
"sendgrid": "^1.6.1",
"serve-favicon": "~2.1.3"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/devorganizers/speakerthumbs"
},
"keywords": [
"node"
],
"license": "MIT"
}