-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 863 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": "foundit",
"version": "0.0.1",
"private": false,
"scripts": {
"start": "node ./app.js"
},
"dependencies": {
"body-parser": "~1.4.3",
"compression": "~1.0.8",
"connect-mongostore": "^0.1.2",
"cookie-parser": "~1.3.2",
"express": "~4.2.0",
"express-session": "^1.7.4",
"jade": "~1.3.0",
"method-override": "~2.1.1",
"mongoose": "~3.8.12",
"morgan": "~1.1.1",
"natural": "^0.1.28",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"restifier": "^0.1.9",
"sendgrid": "^1.1.1",
"serve-favicon": "~2.0.1",
"venmo": "0.0.2"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-develop": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-compass": "~0.9.0",
"request": "~2.36.0",
"time-grunt": "~0.3.2",
"load-grunt-tasks": "~0.6.0"
}
}