boxrec-client
Version:
A BoxRec client which fetches data from the BoxRec boxing website via web scraping in Node.js
37 lines (36 loc) • 964 B
JSON
{
"name": "boxrec-client",
"version": "1.2.0",
"description": "A BoxRec client which fetches data from the BoxRec boxing website via web scraping in Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "node_modules/.bin/eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Huskie/boxrec-client.git"
},
"keywords": [
"nodejs",
"boxing",
"boxrec",
"javascript",
"js"
],
"author": "Darren Huskie <darren@darrenhuskie.com> (http://darrenhuskie.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Huskie/boxrec-client/issues"
},
"homepage": "https://github.com/Huskie/boxrec-client#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"request": "^2.81.0"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0"
}
}