UNPKG

mta-metro

Version:

New York MTA Metro Rail Roads real time data API Library

40 lines (39 loc) 806 B
{ "name": "mta-metro", "version": "2.0.2", "description": "New York MTA Metro Rail Roads real time data API Library", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/eaaranda/mta-metro.git" }, "engines": { "node": ">=8.x" }, "keywords": [ "MTA", "Metro", "North", "LIRR", "Subway", "transit", "NYC" ], "author": "Edgar Aranda <ing.oaguirre@gmail.com>", "license": "MIT", "homepage": "https://github.com/eaaranda/mta-metro", "bugs": { "url": "https://github.com/eaaranda/mta-metro/issues" }, "scripts": { "test": "mocha -R spec test/unit.js" }, "dependencies": { "node-fetch": "^2.0.0", "xml2js": "^0.4.19" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^5.0.1" } }