forked from mapbox/geojson-rewind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 825 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
{
"name": "@mapbox/geojson-rewind",
"version": "0.5.1",
"description": "enforce winding order for geojson",
"main": "index.js",
"bin": "geojson-rewind",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/rewind.js"
},
"files": [
"index.js",
"geojson-rewind"
],
"repository": {
"type": "git",
"url": "git://github.com/mapbox/geojson-rewind.git"
},
"keywords": [
"geojson",
"winding",
"order",
"rendering",
"coordinates"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/geojson-rewind/issues"
},
"homepage": "https://github.com/mapbox/geojson-rewind",
"dependencies": {
"get-stream": "^6.0.1",
"minimist": "^1.2.5"
},
"devDependencies": {
"tape": "^5.2.2"
}
}