-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 2.95 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "commute-webapp",
"description": "commute webapp",
"version": "0.1.1",
"private": true,
"author": "Alexis Kinsella <[email protected]>",
"engines": {
"node": ">= 0.10.0 < 0.11.0"
},
"bugs": {
"url": "http://github.com/helyx-io/commute-webapp/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"keywords": [],
"repository": "[email protected]:helyx-io/commute-webapp.git",
"main": "app",
"contributors": [
{
"name": "Alexis Kinsella",
"email": "[email protected]"
}
],
"dependencies": {
"apnagent": "^1.1.3",
"async": "^0.9.0",
"bcryptjs": "^2.1.0",
"bluebird": "^2.9.13",
"body-parser": "~1.8.0",
"bookshelf": "^0.7.9",
"cacher": "^2.1.0",
"cacher-redis": "0.0.1",
"compression": "^1.3.0",
"connect-pg-simple": "^3.0.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"es6-shim": "^0.21.0",
"express": "~4.11.1",
"express-session": "^1.10.1",
"fast-csv": "^0.6.0",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.2",
"gulp-sourcemaps": "^1.2.8",
"gulp-traceur": "^0.14.1",
"hogan-express": "^0.5.2",
"jwt-simple": "^0.2.0",
"knex": "^0.7.4",
"lodash": "^3.3.1",
"mailgun-js": "^0.7.0",
"mandrill-api": "^1.0.45",
"mkdirp": "^0.5.0",
"moment": "^2.9.0",
"morgan": "~1.5.1",
"mysql": "^2.5.5",
"mysql2": "^0.15.3",
"nodemailer": "^1.4.0",
"nodemailer-smtp-pool": "^1.1.1",
"oauth2orize": "^1.0.1",
"oauth2orize-jwt-bearer": "^0.1.0",
"passport": "^0.2.1",
"passport-google-oauth": "^0.1.5",
"passport-http": "^0.2.2",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2",
"passport-oauth2-jwt-bearer": "^0.1.1",
"password-generator": "^0.2.3",
"path-to-regexp": "^1.0.1",
"pem": "git://github.com/akinsella/pem.git#916a86d5c4b1cd2e0d799c501ba5b8882be01545",
"pg": "^4.3.0",
"querystring": "^0.2.0",
"recluster": "^0.3.7",
"redis": "^0.12.1",
"request": "^2.51.0",
"response-time": "^2.2.0",
"sass": "^0.5.0",
"sendgrid": "^1.8.0",
"serve-favicon": "^2.2.0",
"uri-templates": "^0.1.7",
"uuid": "^2.0.1",
"winston": "^0.8.3"
},
"devDependencies": {
"bower": "^1.3.12",
"grunt-cli": "^0.1.13",
"gulp": "^3.8.11",
"gulp-debug": "^2.0.0",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.13",
"gulp-minify-html": "^0.1.8",
"gulp-ng-annotate": "^0.5.0",
"gulp-notify": "^2.1.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^3.0.0",
"gulp-ruby-sass": "^1.0.0-alpha.3",
"gulp-strip-comments": "^1.0.1",
"gulp-traceur": "^0.14.1",
"gulp-uglify": "^1.1.0",
"gulp-usemin": "^0.3.11",
"mocha": "^2.1.0",
"run-sequence": "^1.0.2",
"should": "^4.6.3",
"supertest": "^0.15.0"
},
"scripts": {
"start": "node ./build/app.js"
}
}