UNPKG

league-premiere

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