-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 916 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
42
{
"name": "geotype",
"version": "1.2.0",
"description": "geojson to ascii cli tool",
"main": "index.js",
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/morganherlocker/geotype.git"
},
"keywords": [
"geojson",
"ascii",
"text"
],
"author": "morganherlocker",
"license": "MIT",
"bugs": {
"url": "https://github.com/morganherlocker/geotype/issues"
},
"homepage": "https://github.com/morganherlocker/geotype",
"dependencies": {
"colors": "^1.0.3",
"concat-stream": "^1.4.7",
"geojson-flatten": "^0.1.0",
"geojson-normalize": "0.0.0",
"minimist": "^1.1.1",
"save-pixels": "^2.2.0",
"tile-cover": "2.4.0",
"tilebelt": "0.7.1",
"turf": "2.0.2",
"zeros": "0.0.0"
},
"bin": {
"geotype": "./bin/geotype.js"
},
"devDependencies": {
"tape": "^3.5.0"
}
}