waze-travel-time
Version:
Calculates travel time via the Waze API
28 lines (27 loc) • 668 B
JSON
{
"name": "waze-travel-time",
"version": "0.0.3",
"description": "Calculates travel time via the Waze API",
"main": "crosstimeFetcher.js",
"author": "InterAl <interal@gmail.com>",
"dependencies": {
"concat-stream": "~1.4.8",
"q": "~1.3.0"
},
"devDependencies": { },
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/InterAl/waze-travel-time.git"
},
"keywords": [
"travel time",
"waze",
"routing time",
"crosstime",
"cross time"
],
"license": "ISC"
}