forked from districtr/districtr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.9 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
{
"name": "districtr",
"version": "0.0.1",
"description": "A tool for drawing districting plans",
"private": true,
"scripts": {
"test": "karma start --coverage",
"build": "gulp build",
"develop": "gulp develop",
"lint": "eslint src",
"test:watch": "karma start --auto-watch=true --single-run=false",
"test-ci": "karma start --single-run --browsers Firefox"
},
"repository": {
"type": "git",
"url": "git+https://github.com/districtr/districtr.git"
},
"keywords": [
"gis",
"voting-rights",
"redistricting"
],
"author": "Metric Geometry and Gerrymandering Group",
"license": "MIT",
"bugs": {
"url": "https://github.com/districtr/districtr/issues"
},
"homepage": "https://github.com/districtr/districtr#readme",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.4.0",
"@open-wc/testing": "^0.11.1",
"@open-wc/testing-karma": "^1.0.0",
"@open-wc/testing-karma-bs": "^1.0.0",
"browser-sync": "^2.26.7",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"esm": "^3.1.0",
"gulp": "^4.0.1",
"gulp-dart-sass": "^0.9.1",
"karma-firefox-launcher": "^1.1.0",
"mocha": "^6.1.4",
"mocha-junit-reporter": "^1.22.0",
"rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-terser": "^4.0.4",
"sass": "^1.19.0",
"sinon": "^7.3.2",
"webpack-merge": "^4.1.5"
},
"dependencies": {
"d3-geo": "^1.11.3",
"d3-scale-chromatic": "^1.3.3",
"d3-selection": "^1.4.0",
"d3-transition": "^1.2.0",
"lit-html": "^1.1.1",
"mapbox-gl": "^1.0.0"
}
}