-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
87 lines (87 loc) · 2.31 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
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "smoke-alarm-portal",
"version": "0.0.1",
"private": true,
"engine": "node 4.2.0",
"scripts": {
"start": "nodemon ./bin/www",
"test": "NODE_ENV=test mocha tests"
},
"dependencies": {
"async": "^0.9.x",
"axios": "^0.13.1",
"backbone": "^1.x.x",
"bcrypt": "^2.0.x",
"body-parser": "~1.12.4",
"compression": "^1.x.x",
"connect-redis": "^2.3.0",
"cookie-parser": "~1.3.5",
"cookie-session": "^1.2.0",
"csurf": "^1.x.x",
"debug": "~2.2.0",
"emailjs": "^1.0.4",
"express": "^4.12.x",
"express-session": "^1.11.3",
"forever": "^0.14.1",
"helmet": "^0.7.x",
"i18n-2": "^0.4.6",
"jade": "^1.x.x",
"json2csv": "^4.3.x",
"mailgun-js": "~0.7.1",
"method-override": "^2.x.x",
"moment": "^2.10.6",
"morgan": "^1.x.x",
"nano": "^6.2.0",
"nanoid": "git+https://github.com/tcha-tcho/nanoid.git",
"nodemon": "^1.3.7",
"parse-address": "0.0.5",
"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",
"sanity": "^0.2.1",
"sequelize": "^3.34.0",
"sequelize-cli": "^2.8.0",
"serve-favicon": "~2.2.1",
"serve-static": "^1.9.x",
"twilio": "^2.5.1",
"underscore": "^1.x.x"
},
"devDependencies": {
"bootstrap": "^3.x.x",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"faker": "^3.0.0",
"flightplan": "^0.6.3",
"font-awesome": "^4.1.0",
"grunt": "~0.4.0",
"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.2.0",
"grunt-contrib-uglify": "^0.9.x",
"grunt-contrib-watch": "^1.0.0",
"grunt-newer": "^1.x.x",
"grunt-nodemon": "^0.4.x",
"html5shiv": "^3.x.x",
"jquery": "^2.x.x",
"jquery.cookie": "^1.x.x",
"karma": "^0.13.22",
"karma-phantomjs-launcher": "^0.2.0",
"mocha": "^2.4.5",
"moment": "^2.x.x",
"phantomjs": "^1.9.17",
"proxyquire": "^1.5.0",
"respond.js": "^1.x.x",
"sinon": "^1.15.4",
"supertest": "^1.0.1"
}
}