slow-zone
Version:
A client & wrapper for CTA 'L' arrival data.
43 lines (42 loc) • 881 B
JSON
{
"name": "slow-zone",
"version": "1.1.0",
"dependencies": {
"dateline": "^2.1.0",
"request": "^2.83.0",
"underscore": "^1.8.3",
"xml2js": "^0.4.19"
},
"devDependencies": {
"assertive": "^2.4.1",
"bondjs": "^2.0.0",
"mocha": "^5.0.0",
"prettier": "^1.10.2",
"timekeeper": "^2.0.0"
},
"scripts": {
"test": "mocha"
},
"description": "A client & wrapper for CTA 'L' arrival data.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/banterability/slow-zone"
},
"author": "Jeff Long",
"license": "MIT",
"bugs": {
"url": "https://github.com/banterability/slow-zone/issues"
},
"homepage": "https://github.com/banterability/slow-zone",
"directories": {
"test": "test"
},
"keywords": [
"cta",
"subway",
"chicago",
"l",
"public transit"
]
}