forked from pelias-deprecated/tiger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 894 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
{
"name": "pelias-tiger",
"version": "0.0.2",
"description": "A pipeline for importing TIGER data into Pelias.",
"main": "import.js",
"scripts": {
"test": "node test/test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/pelias/tiger.git"
},
"keywords": [
"Pelias",
"TIGER",
"import"
],
"author": "mapzen",
"license": "MIT",
"bugs": {
"url": "https://github.com/pelias/tiger/issues"
},
"homepage": "https://github.com/pelias/tiger",
"dependencies": {
"pelias-dbclient": "0.0.6",
"pelias-suggester-pipeline": "^1.0.1",
"through2": "^0.6.3",
"combined-stream": "0.0.7",
"shapefile-stream": "0.0.4",
"line-interpolate-points": "1.0.4",
"pelias-model": "0.0.0",
"address-deduplicator-stream": "1.0.3"
},
"devDependencies": {
"tape": "3.0.3",
"tap-spec": "2.1.2"
}
}