-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 874 Bytes
/
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
{
"name": "neat-as-wine",
"version": "1.2.2",
"description": "Blog about data visualization neat as wine.",
"directories": {
"doc": "docs"
},
"dependencies": {
"d3-geo-projection": "^2.4.0",
"ddspog-d3-kit": "^0.5.1",
"ndjson-cli": "^0.3.1",
"request": "^2.85.0"
},
"devDependencies": {
"d3": "^4.12.0",
"d3-node": "^1.1.3",
"jsdom": "^11.5.1",
"jsdom-global": "^3.0.2",
"leaflet": "^1.2.0",
"papaparse": "^4.3.6",
"webpack": "^3.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddspog/neat-as-wine.git"
},
"keywords": [
"blog",
"data",
"science"
],
"author": "Dênnis Sousa <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ddspog/neat-as-wine/issues"
},
"homepage": "https://github.com/ddspog/neat-as-wine#readme"
}