forked from CitizensFoundation/your-priorities-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.01 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
{
"name": "your-priorities-app",
"version": "0.8.2",
"dependencies": {
"async": "^1.4.2",
"authorized": "^1.0.0",
"bcrypt": "^0.8.5",
"body-parser": "^1.9.3",
"bunyan": "^1.5.1",
"connect-redis": "^3.0.2",
"connect-roles": "^3.1.2",
"cookie-parser": "^1.3.5",
"debug": "^2.1.3",
"ejs": "^2.3.4",
"email-templates": "^2.0.1",
"express": "^4.13.3",
"express-generator": "^4.9.0",
"express-session": "^1.13.0",
"flickrapi": "~0.3.28",
"i18next": "^2.0.22",
"i18next-sync-fs-backend": "^0.1.0",
"kue": "^0.10.4",
"morgan": "~1.5.0",
"multer": "^1.0.3",
"nodemailer": "^2.0.0",
"nodemailer-wellknown": "^0.1.7",
"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-twitter": "^1.0.3",
"pg": "^3.6.3",
"pg-hstore": "^2.3.2",
"s3-uploader": "^1.0.0",
"sequelize": "^3.17.3",
"sequelize-cli": "^1.9.0",
"serve-favicon": "~2.1.6"
},
"devDependencies": {
"browser-sync": "^2.7.7",
"connect-history-api-fallback": "^1.1.0",
"del": "^1.1.1",
"glob": "^5.0.6",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^2.1.0",
"gulp-cache": "^0.2.8",
"gulp-changed": "^1.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.6.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.2",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-size": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.1.2",
"gulp-vulcanize": "^6.0.0",
"jshint-stylish": "^2.0.0",
"merge-stream": "^0.1.7",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.2",
"vulcanize": ">= 1.4.2",
"web-component-tester": "^3.1.3"
},
"scripts": {
"test": "gulp test:local",
"start": "node server_api/api_app.js"
},
"cacheDirectories": ["node_modules"],
"engines": {
"node": "0.12.7"
}
}