-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
30 lines (30 loc) · 858 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
{
"name": "japan-city-geojson",
"version": "0.0.0",
"description": "GeoJson of Japanese cities. and TopoJson. topojson wrapper.",
"scripts": {
"pref": "$(npm bin)/geo2topo -o ./test.pref.topo.json -q 1e4 geojson/47都道府県/京都府.json",
"simple": "$(npm bin)/toposimplify -F -o ./test.pref.topo.json test.pref.topo.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niiyz/JapanCityGeoJson.git"
},
"keywords": [
"japan",
"topojson",
"geojson",
"city",
"pref"
],
"author": "niiyz <yoshida@niiyz.com> (http://niiyz.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/niiyz/JapanCityGeoJson/issues"
},
"homepage": "https://github.com/niiyz/JapanCityGeoJson#readme",
"dependencies": {
"topojson-client": "^2.1.0",
"topojson-server": "^2.0.0"
}
}