sherdog
Version:
Sherdog MMA Fighter API scraper in Node.js
31 lines (30 loc) • 564 B
JSON
{
"name": "sherdog",
"version": "0.1.10",
"description": "Sherdog MMA Fighter API scraper in Node.js",
"main": "lib/sherdog",
"scripts": {
"test": "test"
},
"keywords": [
"Sherdog",
"Fighter",
"MMA",
"API",
"Javascript"
],
"author": {
"name": "Andrew Valish",
"email": "andrew@vali.sh",
"url": "http://vali.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/Valish/sherdog-api.git"
},
"license": "MIT",
"dependencies": {
"cheerio": "^0.18.0",
"request": "^2.53.0"
}
}