forked from SamuelRioTz/GeoJSON-Bolivia-Cochabamba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 811 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
{
"name": "geojson-bolivia-cochabamba",
"version": "1.0.0",
"description": "GoeJSON from cochabamba",
"main": "index.js",
"scripts": {
"start": "node ./src/readme.builder.js",
"gtfs": "node ./src/geojsonToGtfs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamuelRioTz/GeoJSON-Bolivia-Cochabamba.git"
},
"keywords": [
"geojson"
],
"author": "Samuel Rioja",
"license": "ISC",
"bugs": {
"url": "https://github.com/SamuelRioTz/GeoJSON-Bolivia-Cochabamba/issues"
},
"homepage": "https://github.com/SamuelRioTz/GeoJSON-Bolivia-Cochabamba#readme",
"dependencies": {
"geojson-to-gtfs": "^0.3.0",
"csv-load-sync": "^1.0.0",
"osm-public-transport-export": "git://github.com/trufi-association/osm-public-transport-export.git"
}
}