forked from mbloch/mapshaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 883 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": "mapshaper",
"version": "0.3.13",
"description": "A tool for editing vector datasets for mapping and GIS.",
"keywords": ["shapefile","topojson","geojson","cartography","simplification","topology","gis"],
"author": "Matthew Bloch <[email protected]>",
"contributors":[],
"license":"MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mbloch/mapshaper"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha --check-leaks -R dot"
},
"main": "./mapshaper.js",
"dependencies": {
"optimist": "~0.6.0",
"open": "~0.0.3",
"iconv-lite": "~0.4.8",
"rbush": "~1.3.4",
"rw": "~0.1.4"
},
"devDependencies": {
"shell-quote": "~1.4.1",
"mocha": ">=2.1.0",
"deep-eql": ">=0.1.3",
"catty": "0.0.5",
"browserify": "~10.2.4"
},
"bin": {
"mapshaper": "./bin/mapshaper",
"mapshaper-gui": "./bin/mapshaper-gui"
}
}