-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
107 lines (107 loc) · 2.92 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
{
"name": "democracy.io",
"version": "1.0.2",
"description": "Contact your US representatives",
"engines": {
"node": "^8.12.0"
},
"main": "server.js",
"scripts": {
"test": "NODE_APP_INSTANCE=test jest",
"build": "gulp build",
"build:prod": "gulp build:prod"
},
"repository": {
"type": "git",
"url": "https://github.com/l12s/democracy.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/l12s/democracy.io/issues"
},
"homepage": "https://github.com/l12s/democracy.io",
"devDependencies": {
"@types/angular": "^1.6.53",
"@types/express": "^4.16.0",
"@types/jest": "^23.3.12",
"@types/lodash": "^3.10.1",
"@types/node": "^10.9.4",
"angular-scroll": "^0.7.1",
"autoprefixer-core": "^5.2.1",
"browser-sync": "2.7.13",
"browserify": "^9.0.3",
"browserify-ngannotate": "^1.0.1",
"check-dependencies": "^0.9.2",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.5.0",
"gulp-changed": "^0.4.1",
"gulp-imagemin": "^2.2.1",
"gulp-minify-css": "^1.1.1",
"gulp-notify": "^1.4.2",
"gulp-postcss": "^5.1.9",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sass": "^4.0.2",
"gulp-supervisor": "^0.1.2",
"gulp-util": "^3.0.4",
"jest": "^23.6.0",
"js-yaml": "^3.3.0",
"jsonfile": "^2.2.1",
"minifyify": "^7.0.0",
"numeral": "^1.5.3",
"pretty-hrtime": "^1.0.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.2",
"supertest": "^3.3.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.11.0"
},
"dependencies": {
"@sentry/node": "^4.5.1",
"angular": "^1.3.14",
"angular-animate": "^1.3.15",
"angular-inview": "^1.5.7",
"angular-locker": "^1.2.1",
"angular-route": "^1.3.14",
"angular-sanitize": "^1.3.15",
"angular-ui-utils": "~0.1.1",
"async": "^0.9.0",
"axios": "^0.18.0",
"bootstrap": "^3.3.2",
"bootstrap-sass": "3.3.2",
"camelcase-keys": "^5.0.0",
"config": "^1.12.0",
"consolidate": "^0.12.1",
"dustjs-linkedin": "^2.7.5",
"express": "^4.8.4",
"hover.css": "^2.0.2",
"lodash": "^3.10.1",
"lodash.create": "^3.1.0",
"lodash.filter": "^3.1.0",
"lodash.findwhere": "^3.0.1",
"lodash.foreach": "^3.0.1",
"lodash.includes": "^3.1.1",
"lodash.isarray": "^3.0.1",
"lodash.isempty": "^3.0.1",
"lodash.isnumber": "^3.0.1",
"lodash.isundefined": "^3.0.0",
"lodash.keys": "^3.0.6",
"lodash.map": "^3.1.0",
"lodash.partial": "^3.1.0",
"lodash.pick": "^3.1.0",
"lodash.startswith": "^3.0.1",
"lodash.zipobject": "^3.0.0",
"lusca": "^1.1.0",
"node-cache": "^3.0.0",
"pm2": "^3.2.8",
"raven-js": "^3.10.0",
"redis": "^0.12.1",
"serve-favicon": "^2.2.1",
"stacktrace-js": "0.6.3",
"swagger-express-middleware": "^1.0.0-alpha.12",
"tokenthrottle-redis": "^1.1.0",
"us": "^1.0.3",
"winston": "^3.1.0"
}
}