-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.37 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
{
"private": true,
"name": "mep",
"version": "1.0.0",
"description": "List of Members of the European Parliament",
"main": "list.js",
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js",
"gulp": "./node_modules/gulp/bin/gulp.js"
},
"dependencies": {
"@fast-csv/format": "^4.3.5",
"blueimp-tmpl": "^3.11.0",
"bootstrap": "^3.3.7",
"bootstrap-material-design": "^0.5.10",
"cheerio": "^1.0.0-rc.2",
"country-flag-emoji-polyfill": "^0.1.8",
"crossfilter2": "^1.4.5",
"csv-write-stream": "^2.0.0",
"d3": "^3.5.17",
"d3-tip": "^0.7.1",
"dc": "^2.1.10",
"dxid": "^2.0.3",
"fzstd": "^0.1.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"jquery": "^3.3.1",
"JSONStream": "^1.3.5",
"lunzip-stream": "^0.0.1",
"minimist": "^1.2.0",
"moment": "^2.21.0",
"node-fetch": "^2.6.7",
"node-gyp": "^11.0.0",
"node-zstandard": "^1.2.4",
"prb": "^0.0.5",
"quu": "^0.5.0",
"reductio": "^0.6.3",
"sharp": "^0.33.5",
"stream-chain": "^2.0.3",
"stream-json": "^0.5.3",
"through2": "^2.0.3",
"wsv": "^0.0.5",
"xml2js": "^0.5.0",
"xml2json": "^0.12.0",
"xsv": "^0.0.6"
},
"overrides": {
"chokidar": "3.5.3",
"glob-stream": "7.0.0"
},
"author": "Tech To The People",
"license": "AGPL-3.0-or-later"
}