-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1013 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1013 Bytes
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
{
"name": "DataVisualization",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"d3": "^4.7.4",
"d3-geo-projection": "^1.2.2",
"ndjson-cli": "^0.2.0",
"shapefile": "^0.5.11",
"topojson": "^2.0.0",
"topojson-client": "^2.1.0",
"topojson-simplify": "^2.0.0",
"webpack": "^2.3.2"
},
"devDependencies": {
"d3-geo-projection": "^1.2.0",
"ndjson-cli": "^0.2.0",
"shapefile": "^0.5.8",
"topojson": "^2.0.0",
"topojson-client": "^2.1.0",
"topojson-simplify": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "bash prepublish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swetagsanghavi/DataVisualization.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/swetagsanghavi/DataVisualization/issues"
},
"homepage": "https://github.com/swetagsanghavi/DataVisualization#readme",
"description": ""
}