tfl.api
Version:
NodeJS Wrapper for Transport For London (TFL) API
50 lines (49 loc) • 1.07 kB
JSON
{
"name": "tfl.api",
"version": "1.6.1",
"description": "NodeJS Wrapper for Transport For London (TFL) API",
"main": "src/index.js",
"scripts": {
"test": "mocha --compilers js:babel-register --recursive",
"tdd": "npm test -- -R dot --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easyCZ/tfl.api.git"
},
"keywords": [
"transport for london",
"london",
"transport",
"TFL",
"api",
"Accident Stats",
"Bikepoint",
"Cycle Super Highway",
"Journey",
"Line",
"Mode",
"Occupancy",
"Place",
"Road",
"Search",
"Stoppoint"
],
"author": "easyCZ",
"license": "ISC",
"bugs": {
"url": "https://github.com/easyCZ/tfl.api/issues"
},
"homepage": "https://github.com/easyCZ/tfl.api#readme",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"dependencies": {
"promise": "^7.1.1",
"superagent": "^1.8.3",
"superagent-promise": "^1.1.0"
}
}