UNPKG

tfl-journey-planner

Version:
44 lines (43 loc) 1 kB
{ "name": "tfl-journey-planner", "version": "1.1.2", "description": "A node js wrapper for the TFL journey planner API", "main": "index.js", "dependencies": { "querystring": "^0.2.0", "request": "^2.83.0" }, "devDependencies": { "gulp": "^3.9.1", "gulp-coffeelint": "^0.6.0", "gulp-livescript": "^3.0.1", "gulp-uglify": "^3.0.0", "gulp-watch": "^4.3.11", "gutil": "^1.6.4", "livescript": "^1.5.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "gulp build", "watch": "gulp" }, "author": "Alicia Sykes", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Lissy93/node-tfl-journey-planner.git" }, "keywords": [ "TFL", "journey", "planner", "node", "js", "api", "wrapper" ], "bugs": { "url": "https://github.com/Lissy93/node-tfl-journey-planner/issues" }, "homepage": "https://github.com/Lissy93/node-tfl-journey-planner" }