This repository has been archived by the owner on Mar 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 567
/
package.json
61 lines (61 loc) · 1.52 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
58
59
60
61
{
"name": "Drywall",
"version": "0.18.1",
"private": true,
"scripts": {
"start": "grunt"
},
"author": "Reza Akhavan <[email protected]> (http://reza.akhavan.me/)",
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"async": "1.x.x",
"bcrypt": "0.8.x",
"body-parser": "1.x.x",
"compression": "1.x.x",
"connect-mongo": "1.x.x",
"cookie-parser": "1.x.x",
"csurf": "1.x.x",
"emailjs": "1.x.x",
"express": "4.13.x",
"express-session": "1.x.x",
"helmet": "2.x.x",
"jade": "1.x.x",
"method-override": "2.x.x",
"mongoose": "4.x.x",
"morgan": "1.x.x",
"passport": "0.3.x",
"passport-facebook": "2.x.x",
"passport-github": "1.x.x",
"passport-google-oauth": "1.x.x",
"passport-local": "1.x.x",
"passport-oauth": "1.x.x",
"passport-tumblr": "0.1.x",
"passport-twitter": "1.x.x",
"serve-static": "1.10.x",
"underscore": "1.x.x"
},
"devDependencies": {
"backbone": "1.x.x",
"bootstrap": "3.x.x",
"font-awesome": "4.x.x",
"grunt": "1.x.x",
"grunt-cli": "1.x.x",
"grunt-concurrent": "2.x.x",
"grunt-contrib-clean": "1.x.x",
"grunt-contrib-copy": "1.x.x",
"grunt-contrib-jshint": "1.x.x",
"grunt-contrib-less": "1.x.x",
"grunt-contrib-uglify": "1.x.x",
"grunt-contrib-watch": "1.x.x",
"grunt-newer": "1.x.x",
"grunt-nodemon": "0.4.x",
"html5shiv": "3.x.x",
"jquery": "2.x.x",
"jquery.cookie": "1.x.x",
"moment": "2.13.x",
"respond.js": "1.x.x"
}
}