UNPKG

mta-gtfs

Version:
37 lines (36 loc) 725 B
{ "name": "mta-gtfs", "version": "1.1.0", "description": "An NYC MTA API library", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/aamaliaa/mta-gtfs.git" }, "keywords": [ "mta", "gtfs", "nyc", "transit" ], "author": "Amalia Viti", "license": "MIT", "bugs": { "url": "https://github.com/aamaliaa/mta-gtfs/issues" }, "homepage": "https://github.com/aamaliaa/mta-gtfs", "dependencies": { "csv-parse": "^1.0.1", "node-fetch": "^1.3.3", "protobufjs": "^5.0.1", "underscore": "^1.8.2", "xml2js": "^0.4.5" }, "devDependencies": { "mocha": "^2.1.0", "should": "^8.2.1" } }