-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
153 lines (153 loc) · 5.93 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "fracas",
"version": "3.0.0",
"description": "A front-end for disease surveillance",
"main": "./server.js",
"dependencies": {
"async": "^0.9.0",
"bcryptjs": "^2.4.3",
"bluebird": "^2.1.3",
"body-parser": "^1.4.3",
"boom": "^2.4.2",
"browserify-ngannotate": "^2.0.0",
"bunyan": "^1.2.3",
"bunyan-prettystream": "~0.1.3",
"change-case": "^2.1.5",
"compression": "^1.2.1",
"connect-flash": "~0.1.1",
"connect-redis": "^2.0.0",
"cookie-parser": "^1.3.1",
"csurf": "^1.2.2",
"ejs": "^1.0.0",
"elasticsearch": "~2.4.3",
"elasticsearch-deletebyquery": "^1.6.0",
"express": "^4.10.0",
"express-session": "^1.5.0",
"extendify": "~0.1.0",
"flat": "~1.3.0",
"glob": "^4.0.2",
"helmet": "~0.5.2",
"i18next-client": "1.8.2",
"json2csv": "~2.2.1",
"locale": "0.0.20",
"lodash": "^4.17.4",
"moment": "^2.8.3",
"morgan": "^1.5.0",
"passport": "^0.2.0",
"passport-http-bearer": "~1.0.1",
"passport-local": "^1.0.0",
"passport-persona": "~0.1.7",
"redis": "^0.12.1",
"request": "^2.46.0",
"require-dir": "^0.3.2",
"serve-favicon": "^2.0.1",
"typedarray": "0.0.6",
"useragent": "^2.1.3",
"uuid": "^3.0.1",
"yarnl": "0.0.2"
},
"devDependencies": {
"angular-loading-bar": "~0.6.0",
"array.prototype.find": "^1.0.0",
"browserify": "^6.3.3",
"browserify-istanbul": "^0.1.2",
"browserify-transform-tools": "~1.2.1",
"chai": "~1.9.0",
"cheerio": "^0.17.0",
"d3": "^3.4.13",
"del": "^1.0.0",
"function-bind": "1.0.0",
"gulp": "^3.8.1",
"gulp-angular-gettext": "~0.3.1",
"gulp-autoprefixer": "^2.0.0",
"gulp-buffer": "0.0.2",
"gulp-git": "1.10.0",
"gulp-htmlmin": "^0.2.0",
"gulp-imagemin": "^2.0.0",
"gulp-inject": "^1.0.2",
"gulp-istanbul": "^0.2.0",
"gulp-jshint": "^1.6.4",
"gulp-less": "^1.2.3",
"gulp-minify-css": "^0.3.4",
"gulp-mocha": "^2.0.0",
"gulp-ng-annotate": "^0.4.0",
"gulp-rev": "^2.0.1",
"gulp-shell": "0.6.3",
"gulp-svgmin": "~0.4.1",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"html-minifier": "^0.6.9",
"humane-js": "~3.2.1",
"jquery": "~2.1.0",
"karma": "^0.12.16",
"leaflet": "^1.0.2",
"less-middleware": "^1.0.3",
"lesshat": "^3.0.2",
"mkdirp": "^0.5.0",
"nock": "~0.31.0",
"open": "0.0.5",
"partialify": "~3.1.0",
"pem": "~1.4.1",
"sinon": "~1.8.1",
"sinon-chai": "~2.5.0",
"string.prototype.endswith": "^0.2.0",
"supertest": "~0.12.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1"
},
"optionalDependencies": {
"gifsicle": "~2.0.1",
"jpegtran-bin": "~2.0.1",
"pngquant-bin": "~2.0.2"
},
"browser": {
"angular": "./bower_components/angular/angular.js",
"angular-animate": "./bower_components/angular-animate/angular-animate.js",
"angular-bootstrap": "./bower_components/angular-bootstrap/ui-bootstrap-tpls.js",
"angular-gridster": "./bower_components/angular-gridster/src/angular-gridster.js",
"angular-mocks": "./bower_components/angular-mocks/angular-mocks.js",
"angular-order-object-by": "./bower_components/angular-order-object-by/src/ng-order-object-by.js",
"angular-resource": "./bower_components/angular-resource/angular-resource.js",
"angular-sanitize": "./bower_components/angular-sanitize/angular-sanitize.js",
"angular-ui-router": "./bower_components/angular-ui-router/release/angular-ui-router.js",
"angular-ui-select": "./bower_components/angular-ui-select/dist/select.js",
"angular-ui-sortable": "./bower_components/angular-ui-sortable/sortable.js",
"checklist-model": "./bower_components/checklist-model/checklist-model.js",
"csv-export": "./server/csv/config.js",
"flat": "./node_modules/flat/index.js",
"highcharts": "./bower_components/highcharts/highcharts.js",
"highcharts/modules/exporting": "./bower_components/highcharts/modules/exporting.js",
"highcharts/modules/offline-exporting": "./bower_components/highcharts/modules/offline-exporting.js",
"drilldown": "./bower_components/highcharts/modules/drilldown.js",
"no-data-to-display": "./bower_components/highcharts/modules/no-data-to-display.js",
"highcharts-ng": "./bower_components/highcharts-ng/dist/highcharts-ng.js",
"ng-table": "./bower_components/ng-table/dist/ng-table.js",
"infinite-scroll": "./bower_components/ngInfiniteScroll/build/ng-infinite-scroll.js",
"sticky-table-headers": "./bower_components/StickyTableHeaders/js/jquery.stickytableheaders.js",
"jquery-csv": "./bower_components/jquery-csv/src/jquery.csv.js",
"jquery-resize": "./bower_components/javascript-detect-element-resize/jquery.resize.js",
"jquery-ui": "./bower_components/fracas-jquery-ui/jquery-ui.js",
"ng-debounce": "./bower_components/ng-debounce/angular-debounce.js",
"ng-file-upload": "./bower_components/ng-file-upload/angular-file-upload.js",
"ng-grid": "./bower_components/ng-grid/build/ng-grid.js",
"text-angular": "./bower_components/textAngular/src/textAngular.js",
"text-angular-sanitize": "./bower_components/textAngular/src/textAngular-sanitize.js",
"text-angular-setup": "./bower_components/textAngular/src/textAngularSetup.js",
"i18next": "./node_modules/i18next-client/i18next.js",
"ng-i18next": "./bower_components/ng-i18next/dist/ng-i18next.js",
"angular-dynamic-locale": "./bower_components/angular-dynamic-locale/dist/tmhDynamicLocale.js",
"angular-bootstrap-toggle": "./bower_components/angular-bootstrap-toggle/dist/angular-bootstrap-toggle.js",
"angular-xeditable": "./bower_components/angular-xeditable/dist/js/xeditable.js"
},
"locales": {
"en-us": "./bower_components/angular-i18n/angular-locale_en-us.js",
"es-hn": "./bower_components/angular-i18n/angular-locale_en-us.js"
},
"engines": {
"node": "4.8.x"
},
"scripts": {
"start": "npm install && bower install && gulp server",
"test": "gulp test"
}
}