-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
39 lines (39 loc) · 875 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
{
"name": "geojson-precision",
"version": "1.0.0",
"description": "Remove meaningless precision from GeoJSON",
"main": "index.js",
"dependencies": {
"commander": "2.19.0"
},
"devDependencies": {
"assert": "2.1.0",
"@mapbox/geojsonhint": "3.3.0",
"mocha": "10.4.0",
"should": "13.2.3"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=6.4.0"
},
"bin": {
"geojson-precision": "./bin/geojson-precision"
},
"repository": {
"type": "git",
"url": "https://github.com/jczaplew/geojson-precision.git"
},
"keywords": [
"geojson",
"precision",
"geojson precision"
],
"author": "John J Czaplewski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jczaplew/geojson-precision/issues"
},
"homepage": "https://github.com/jczaplew/geojson-precision"
}