-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
56 lines (56 loc) · 1.1 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
{
"name": "d3-carto-map",
"version": "0.4.0",
"description": "easy layer-based maps for d3",
"main": "d3.carto.map.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/emeeks/d3-carto-map"
},
"keywords": [
"d3",
"map",
"cartography",
"topojson",
"geojson",
"csv",
"svg",
"canvas"
],
"dependencies": {
"d3": "^3.4.10"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"d3": "global:d3"
},
"author": "Elijah Meeks",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/emeeks/d3-carto-map/issues"
},
"homepage": "https://github.com/emeeks/d3-carto-map",
"devDependencies": {
"browserify": "^4.2.0",
"browserify-shim": "^3.6.0",
"casper-chai": "^0.2.1",
"casperjs": "^1.1.0-beta3",
"chai": "^1.9.1",
"glob": "^4.0.4",
"jshint": "^2.5.2",
"mocha": "^1.20.1",
"mocha-casperjs": "^0.5.0",
"uglify-js": "^2.4.15",
"watchify": "^0.10.2"
}
}