-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.26 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
{
"name": "pelias-transit-loader",
"version": "0.1.0",
"description": "Import Stops, Intersections, P&Rs, TCs, TVMs and other landmark data related to transit, etc...",
"main": "index.js",
"scripts": {
"start": "node index.js",
"download": "node lib/prep_data.js"
},
"author": "fpurcell",
"attribution": "code based off of Delaware Schools from trescube https://github.com/trescube/delaware-schools-pelias-importer, as well as other Pelias loader projects",
"license": "MPL-2.0",
"dependencies": {
"joi": "^11.0.1",
"lodash": "^4.16.0",
"csv-parse": "^1.2.0",
"decompress": "^4.0.0",
"sync-request": "^4.1.0",
"through2": "^2.0.3",
"combined-stream": "^1.0.5",
"JSONStream" : "^1.3.1",
"pelias-logger": "^0.2.0",
"pelias-config": "^2.12.1",
"pelias-dbclient": "^2.2.2",
"pelias-model": "^4.5.1",
"pelias-wof-admin-lookup": "^4.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/OpenTransitTools/pelias.transit.loader.git"
},
"keywords": [
"pelias",
"geocoder",
"transit"
],
"bugs": {
"url": "https://github.com/OpenTransitTools/pelias.transit.loader/issues"
},
"homepage": "https://github.com/OpenTransitTools/pelias.transit.loader"
}