football-data-v2
Version:
JS Api for using football-data.org rest api
27 lines (26 loc) • 639 B
JSON
{
"name": "football-data-v2",
"version": "1.0.2",
"description": "JS Api for using football-data.org rest api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dorraba/football-data-v2.git"
},
"keywords": [
"football-data"
],
"author": "Dor Raba",
"license": "ISC",
"bugs": {
"url": "https://github.com/dorraba/football-data-v2/issues"
},
"homepage": "https://github.com/dorraba/football-data-v2#readme",
"dependencies": {
"axios": "^0.18.0",
"querystring": "^0.2.0"
}
}