cfb.js
Version:
This_is_an_API_for_accessing_all_sorts_of_college_football_data___Please_note_that_API_keys_should_be_supplied_with_Bearer__prepended__e_g__Bearer_your_key__API_keys_can_be_acquired_from_the_CollegeFootballData_com_website_
35 lines (34 loc) • 806 B
JSON
{
"name": "cfb.js",
"version": "4.3.2",
"description": "This_is_an_API_for_accessing_all_sorts_of_college_football_data___Please_note_that_API_keys_should_be_supplied_with_Bearer__prepended__e_g__Bearer_your_key__API_keys_can_be_acquired_from_the_CollegeFootballData_com_website_",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"test": "mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.7.0",
"querystring": "0.2.0"
},
"devDependencies": {
"mocha": "~2.3.4",
"sinon": "1.17.3",
"expect.js": "~0.3.1"
},
"keywords": [
"football",
"cfb",
"ncaaf",
"data",
"statistics"
],
"author": "BlueSCar",
"repository": {
"type": "git",
"url": "https://github.com/cfbd/cfb.js.git"
}
}