forked from mbloch/mapshaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 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
{
"name": "mapshaper",
"version": "0.4.79",
"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.12.0"
},
"scripts": {
"test": "mocha --check-leaks -R dot",
"pretest": "./build",
"prepublish": "npm test",
"postpublish": "./release"
},
"main": "./mapshaper.js",
"dependencies": {
"cookies": "^0.7.1",
"d3-dsv": "~1.0.8",
"iconv-lite": "0.4.19",
"mproj": "0.0.16",
"open": "~0.0.5",
"optimist": "~0.6.0",
"rbush": "~2.0.1",
"rw": "~1.3.3"
},
"devDependencies": {
"shell-quote": "~1.4.1",
"mocha": "3.5.3",
"deep-eql": ">=0.1.3",
"catty": "0.0.6",
"browserify": "~14.4.0",
"underscore": "^1.9.0"
},
"bin": {
"mapshaper": "./bin/mapshaper",
"mapshaper-gui": "./bin/mapshaper-gui",
"mapshaper-xl": "./bin/mapshaper-xl"
}
}