league-premier
Version:
Scraper for Premier League
34 lines (33 loc) • 733 B
JSON
{
"name": "league-premier",
"version": "1.1.3",
"description": "Scraper for Premier League",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iwanjunaid/league-premier.git"
},
"keywords": [
"football",
"league",
"premiere",
"horseman"
],
"author": "Kurniawan Junaidy",
"license": "MIT",
"bugs": {
"url": "https://github.com/iwanjunaid/league-premier/issues"
},
"homepage": "https://github.com/iwanjunaid/league-premier#readme",
"dependencies": {
"async": "1.5.x",
"cheerio": "0.20.x",
"node-horseman": "2.8.x"
},
"devDependencies": {
"mocha": "2.4.x"
}
}