ufc
Version:
NodeJS API for UFC.com
32 lines (31 loc) • 625 B
JSON
{
"name": "ufc",
"version": "0.1.4",
"description": "NodeJS API for UFC.com",
"main": "./lib/ufc",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Valish/ufc-api.git"
},
"keywords": [
"UFC",
"MMA",
"API",
"Fighter",
"Metrics"
],
"author": "= <=>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Valish/ufc-api/issues"
},
"homepage": "https://github.com/Valish/ufc-api",
"dependencies": {
"cheerio": "^0.18.0",
"google": "^0.6.0",
"request": "^2.53.0"
}
}