node-cta
Version:
A node wrapper for the CTA's (Chicago Transit Authority) bus and train tracker APIs
28 lines (27 loc) • 563 B
JSON
{
"name": "node-cta",
"version": "0.0.1",
"description": "A node wrapper for the CTA's (Chicago Transit Authority) bus and train tracker APIs",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"keywords": [
"cta",
"chicago",
"transit",
"authority",
"commute",
"bus",
"train",
"tracker",
"api",
"wrapper"
],
"author": "Aaron Mamparo <aaron@aaronmamparo.com> (http://aaronmamparo.com)",
"license": "ISC",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.20.0"
}
}