angular-footballdata-api-factory
Version:
angularjs factory for footballdata jsonp rest api requests
32 lines (31 loc) • 661 B
JSON
{
"name": "angular-footballdata-api-factory",
"homepage": "https://github.com/JohnnyTheTank/angular-footballdata-api-factory",
"authors": [
"Jonathan Hornung <jonathan.hornung@gmail.com>"
],
"version": "0.2.4",
"description": "angular factory for the football-data.org rest api",
"main": "dist/angular-footballdata-api-factory.min.js",
"moduleType": [],
"keywords": [
"football-data",
"soccer",
"matches",
"angularjs",
"rest",
"api",
"json"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "*"
}
}