forked from asbjornu/drywall
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 1.99 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
67
68
69
70
71
72
73
74
{
"name": "Drywall",
"version": "0.16.6",
"private": true,
"scripts": {
"start": "pg_ctl -D /usr/local/var/postgres start && grunt",
"test": "NODE_ENV=test mocha specs",
"update": "david update"
},
"dependencies": {
"async": "^1.5.0",
"backbone": "^1.x.x",
"bcrypt": "^0.8.x",
"body-parser": "^1.x.x",
"compression": "^1.x.x",
"connect-session-sequelize": "^2.3.1",
"cookie-parser": "^1.x.x",
"csurf": "^1.x.x",
"emailjs": "^1.0.0",
"express": "^4.12.x",
"express-session": "^1.11.3",
"helmet": "^0.14.0",
"jade": "^1.x.x",
"method-override": "^2.x.x",
"morgan": "^1.x.x",
"passport": "^0.2.2",
"passport-facebook": "^2.x.x",
"passport-github": "^1.0.0",
"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",
"printf": "^0.2.3",
"sequelize": "^3.2.x",
"serve-static": "^1.9.x",
"underscore": "^1.x.x",
"uuid": "^2.0.1"
},
"devDependencies": {
"bootstrap": "^3.3.5",
"browser-logger": "^1.0.0",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"codecov": "^1.0.1",
"david": "^6.x.x",
"font-awesome": "^4.1.0",
"grunt": "^0.4.x",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.x",
"grunt-contrib-jshint": "^0.11.x",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-uglify": "^0.10.1",
"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",
"istanbul": "^0.4.2",
"jquery": "^2.x.x",
"jquery.cookie": "^1.x.x",
"mocha": "^2.3.4",
"moment": "^2.x.x",
"respond.js": "^1.x.x",
"sequelize-fixtures": "^0.4.7",
"sinon": "^1.16.1",
"superagent": "^1.5.0",
"supertest": "^1.1.0"
}
}