UNPKG

hongkong-trams

Version:

Node module to get info for Hong Kong Tramways, including fares, schedules and realtime next tram info.

40 lines (39 loc) 838 B
{ "name": "hongkong-trams", "version": "1.0.1", "description": "Node module to get info for Hong Kong Tramways, including fares, schedules and realtime next tram info.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/hongkongkiwi/node-hongkong-trams" }, "keywords": [ "scraper", "trams", "hong", "kong", "hk", "tramways", "trains", "historic", "opendata", "transport", "transportation" ], "author": "Andy Savage <andy@savage.hk>", "license": "MIT", "dependencies": { "bluebird": "^3.4.0", "cheerio": "^0.20.0", "random-useragent": "^0.3.0", "request-promise": "^3.0.0", "underscore": "^1.8.3", "xml2js": "^0.4.16" }, "devDependencies": { "chai": "^3.5.0" } }