forked from msanchezmora/drywall-login
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.44 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "compart.io",
"version": "0.0.1",
"description": "A place to get & share",
"author": {
"name": "compart.io",
"email": "[email protected]"
},
"scripts": {
"start": "node app.js"
},
"website": {
"url": "compart.io"
},
"repository": {
"type": "git",
"url": "git://github.com/consumo-colaborativo/drywall-login-compartio.git"
},
"dependencies": {
"async": "^0.9.0",
"bcrypt": "^0.8.0",
"body-parser": "^1.7.0",
"compression": "^1.0.2",
"connect-mongo": "^0.4.1",
"cookie-parser": "^1.1.0",
"csurf": "^1.6.0",
"emailjs": "^0.3.11",
"express": "^4.8.7",
"express-session": "^1.2.0",
"helmet": "^0.4.1",
"jade": "^1.6.0",
"method-override": "^2.2.0",
"mongoose": "^3.8.15",
"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-oauth": "^1.0.0",
"passport-tumblr": "^0.1.2",
"passport-twitter": "^1.0.2",
"serve-static": "^1.1.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-less": "^0.11.4",
"grunt-concurrent": "^1.0.0",
"grunt-nodemon": "^0.3.0",
"grunt-newer": "^0.7.0",
"grunt-contrib-copy": "^0.5.0"
}
}