forked from mapbox/cardboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.15 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
{
"name": "cardboard",
"version": "0.1.7",
"description": "",
"main": "index.js",
"scripts": {
"test": "tap --tap test/*.js | ./node_modules/.bin/faucet"
},
"bin": {
"cardboard": "./cardboard"
},
"repository": {
"type": "git",
"url": "git://github.com/mapbox/cardboard.git"
},
"keywords": [
"geographic",
"index",
"spatial"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/cardboard/issues"
},
"homepage": "https://github.com/mapbox/cardboard",
"dependencies": {
"JSONStream": "~0.7.3",
"concat-stream": "~1.4.5",
"debug": "~1.0.3",
"dotenv": "^0.4.0",
"dyno": "^0.3.0",
"geobuf": "~0.1.0",
"geojson-cover": "^0.1.0",
"geojson-extent": "0.1.0",
"geojson-normalize": "0.0.0",
"geojson-stream": "0.0.0",
"hat": "0.0.3",
"lodash": "~2.4.1",
"minimist": "0.0.9",
"queue-async": "~1.0.7",
"rw": "~0.1.1",
"s2": "^0.3.5",
"through2": "~0.4.1",
"uniq": "~1.0.0"
},
"devDependencies": {
"dynalite": "~0.3.6",
"faucet": "0.0.1",
"tap": "~0.4.9",
"geojson-fixtures": "0.0.0"
}
}