-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 928 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": "convert-google-directions",
"version": "1.0.4",
"description": "Convert Google Maps directions URL to a given output format",
"main": "index.js",
"bin": {
"convert-google-directions": "./bin/convert-google-directions"
},
"dependencies": {
"@google/maps": "^0.4.2",
"@mapbox/polyline": "^0.2.0",
"commander": "^2.11.0",
"geojson": "^0.4.1",
"togpx": "^0.5.4",
"tokml": "^0.4.0",
"topojson": "^3.0.0"
},
"keywords": [
"maps",
"google",
"directions",
"gpx",
"kml",
"geojson",
"topojson"
],
"bugs" : {
"url" : "https://github.com/muloka/convert-google-directions/issues"
},
"preferGlobal": true,
"repository" : {
"type" : "git",
"url" : "https://github.com/muloka/convert-google-directions.git"
},
"homepage": "https://github.com/muloka/convert-google-directions",
"author": "Louis Galipeau",
"license": "ISC"
}