forked from jedireza/drywall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "Drywall",
"version": "0.13.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "^0.8.0",
"connect-mongo": "^0.4.1",
"emailjs": "^0.3.8",
"express": "^4.1.2",
"compression": "^1.0.2",
"serve-static": "^1.1.0",
"body-parser": "^1.1.1",
"method-override": "^1.0.0",
"cookie-parser": "^1.0.1",
"express-session": "^1.0.4",
"morgan": "^1.0.1",
"jade": "^1.3.1",
"mongoose": "^3.8.9",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-facebook": "^1.0.3",
"passport-github": "^0.1.5",
"passport-twitter": "^1.0.2",
"passport-google-oauth": "^0.1.5",
"passport-tumblr": "^0.1.2",
"helmet": "^0.2.1",
"bcrypt": "^0.7.8"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-less": "^0.11.0",
"grunt-concurrent": "^0.5.0",
"grunt-nodemon": "^0.2.1",
"grunt-newer": "^0.7.0",
"grunt-contrib-copy": "^0.5.0"
}
}