forked from CitizensFoundation/your-priorities-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.73 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
{
"name": "your-priorities-app",
"version": "6.3.185",
"dependencies": {
"airbrake": "^1.0.1",
"async": "^1.4.2",
"authorized": "^1.0.0",
"bcrypt": "^0.8.5",
"bluebird": "^3.3.1",
"body-parser": "^1.9.3",
"bunyan": "^1.5.1",
"bunyan-prettystream": "git+https://github.com/rbjarnason/node-bunyan-prettystream.git",
"concat-stream": "^1.5.2",
"connect-redis": "^3.0.2",
"connect-roles": "^3.1.2",
"cookie-parser": "^1.3.5",
"cors": "^2.7.1",
"csv-parse": "^1.1.9",
"debug": "^2.1.3",
"diacritics": "^1.2.3",
"ejs": "^2.3.4",
"email-templates": "^2.0.1",
"embedly": "^1.0.4",
"express": "^4.15.2",
"express-generator": "^4.9.0",
"express-session": "git+https://github.com/rbjarnason/session.git",
"express-useragent": "^0.2.4",
"flickrapi": "~0.3.28",
"heroku-node-settings": "^1.0.2",
"i18next": "^3.0.0",
"i18next-node-fs-backend": "^0.1.2",
"ip": "^1.1.0",
"jade": "^1.11.0",
"knuth-shuffle-seeded": "^1.0.6",
"kue": "^0.11.0",
"lodash": "^4.6.1",
"moment": "^2.13.0",
"morgan": "~1.5.0",
"multer": "^1.0.3",
"nodemailer": "^2.0.0",
"nodemailer-smtp-transport": "^2.7.2",
"nodemailer-wellknown": "^0.1.7",
"parse-domain": "^0.2.1",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-github": "^1.0.0",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"passport-saml": "git+https://github.com/rbjarnason/passport-saml.git",
"passport-sso": "git+https://github.com/rbjarnason/passport-sso.git",
"passport-twitter": "^1.0.3",
"pg": "^6.1.5",
"pg-hstore": "^2.3.2",
"polylint": "^2.9.1",
"posix": "^4.0.0",
"predictionio-driver": "git+https://github.com/rbjarnason/predictionio-driver.git",
"randomstring": "^1.1.4",
"request-ip": "^1.2.2",
"s3-uploader": "^1.0.0",
"sequelize": "^3.30.3",
"sequelize-cli": "^2.4.0",
"serve-favicon": "~2.1.6",
"sitemap": "^1.9.0",
"temp": "^0.8.3",
"wordwrap": "^1.0.0",
"xml2js": "^0.4.17",
"yamljs": "^0.2.7"
},
"devDependencies": {
"del": "^2.2.1",
"gulp": "gulpjs/gulp#4.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-inject-version": "^1.0.1",
"merge-stream": "^1.0.0",
"plylog": "^0.4.0",
"polymer-build": "^0.4.0",
"jshint": "^2.9.4",
"gulp-version-append": "^0.2.0",
"gulp-version-html-imports": "git+https://github.com/rbjarnason/gulp-version-html-imports.git"
},
"scripts": {
"test": "gulp test:local",
"start": "node server_api/api_app.js",
"worker": "node server_api/active-citizen/workers/main.js"
},
"cacheDirectories": [
"node_modules"
],
"engines": {
"node": "6.10.2"
}
}