forked from jedireza/drywall
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.72 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
62
63
64
65
66
{
"name": "Wetwall",
"version": "0.16.1",
"private": true,
"scripts": {
"start": "grunt",
"test": "NODE_ENV=test mocha specs"
},
"dependencies": {
"async": "^0.9.x",
"backbone": "^1.x.x",
"bcrypt": "^0.8.x",
"body-parser": "^1.x.x",
"compression": "^1.x.x",
"connect-redis": "^2.3.0",
"cookie-parser": "^1.x.x",
"csurf": "^1.x.x",
"emailjs": "^0.3.x",
"express": "^4.12.x",
"express-session": "^1.11.3",
"helmet": "^0.7.x",
"jade": "^1.x.x",
"method-override": "^2.x.x",
"morgan": "^1.x.x",
"passport": "^0.2.x",
"passport-facebook": "^2.x.x",
"passport-github": "^0.1.x",
"passport-google-oauth": "^0.2.x",
"passport-local": "^1.x.x",
"passport-oauth": "^1.x.x",
"passport-tumblr": "^0.1.x",
"passport-twitter": "^1.x.x",
"pg": "^4.4.x",
"pg-hstore": "^2.3.x",
"sequelize": "^3.2.x",
"serve-static": "^1.9.x",
"underscore": "^1.x.x"
},
"devDependencies": {
"bootstrap": "^3.x.x",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"font-awesome": "^4.1.0",
"grunt": "^0.4.x",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^1.x.x",
"grunt-contrib-clean": "^0.6.x",
"grunt-contrib-copy": "^0.8.x",
"grunt-contrib-jshint": "^0.11.x",
"grunt-contrib-less": "^1.x.x",
"grunt-contrib-uglify": "^0.9.x",
"grunt-contrib-watch": "^0.6.x",
"grunt-newer": "^1.x.x",
"grunt-nodemon": "^0.4.x",
"grunt-sequelize-fixtures": "^0.1.0",
"html5shiv": "^3.x.x",
"jquery": "^2.x.x",
"jquery.cookie": "^1.x.x",
"mocha": "^2.3.0",
"moment": "^2.x.x",
"respond.js": "^1.x.x",
"sequelize-fixtures": "^0.4.7",
"sinon": "^1.16.1",
"supertest": "^1.1.0"
}
}