forked from d3/d3-geo-projection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 888 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
39
40
41
42
{
"name": "d3-geo-projection",
"version": "0.2.7",
"description": "Extended geographic projections for D3.js.",
"keywords": [
"cartography",
"map projections",
"visualization"
],
"homepage": "https://github.com/d3/d3-geo-projection",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"contributors": [
{
"name": "Jason Davies",
"url": "http://jasondavies.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/d3/d3-geo-projection.git"
},
"main": "index.js",
"devDependencies": {
"d3": "3",
"smash": "0.0",
"uglify-js": "2.3",
"vows": "0.7"
},
"scripts": {
"prepublish": "make",
"test": "node_modules/.bin/vows"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/d3/d3-geo-projection/blob/master/LICENSE"
}
]
}