waze
Version:
client to fetch waze user trip data
34 lines (33 loc) • 670 B
JSON
{
"name": "waze",
"version": "0.3.0",
"description": "client to fetch waze user trip data",
"main": "index.js",
"scripts": {
"test": "node test/index.js"
},
"author": "Tom Hummel",
"license": "BSD-2-Clause",
"dependencies": {
"xml2js": "0.2.8",
"request": "2.27.0"
},
"keywords": [
"waze",
"traffic",
"commute",
"api"
],
"devDependencies": {
"tape": "~2.1.0",
"replay": "~1.9.0",
"async": "~0.2.9",
"moment": "~2.4.0",
"cliff": "~0.1.8"
},
"repository": {
"type": "git",
"url": "http://github.com/tphummel/node-waze.git"
},
"bugs": "http://github.com/tphummel/node-waze/issues"
}