flixbus-api
Version:
A service that provides flixbus rides
36 lines (35 loc) • 838 B
JSON
{
"name": "flixbus-api",
"version": "0.1.0",
"description": "A service that provides flixbus rides",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tobiasoberrauch/flixbus-api.git"
},
"keywords": [
"flixbus",
"service",
"api",
"rides",
"stations",
"cities"
],
"author": "Tobias Oberrauch <tobias.oberrauch@grolba.com>",
"license": "LGPL",
"bugs": {
"url": "https://github.com/tobiasoberrauch/flixbus-api/issues"
},
"homepage": "https://github.com/tobiasoberrauch/flixbus-api",
"dependencies": {
"express": "^4.13.2",
"express-debug": "^1.1.1",
"flixbus": "^0.1.0",
"freeport": "^1.0.5",
"open": "0.0.5",
"swaggerize-express": "^4.0.2"
}
}