strava-geojson
Version:
pull strava runs and convert them to geojson
41 lines (40 loc) • 920 B
JSON
{
"name": "strava-geojson",
"version": "2.0.2",
"description": "pull strava runs and convert them to geojson",
"main": "index.js",
"dependencies": {
"geojson-stream": "0.0.0",
"got": "^3.2.0",
"jsonp": "^0.2.0",
"readable-stream": "^1.0.33",
"through2": "^0.6.5",
"through2-filter": "^1.4.1"
},
"browser": {
"./lib/xhr.js": "./lib/xhr_browser.js",
"got": false
},
"bin": {
"strava-geojson": "./bin/strava-geojson"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tmcw/strava-export.git"
},
"keywords": [
"strava",
"api",
"jog"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/tmcw/strava-export/issues"
},
"homepage": "https://github.com/tmcw/strava-export#readme"
}