UNPKG

epl-fixtures

Version:

Fixtures for Premier League clubs

53 lines (52 loc) 1.09 kB
{ "name": "epl-fixtures", "version": "1.1.0", "description": "Fixtures for Premier League clubs", "main": "src/fixtures.js", "scripts": { "test": "node_modules/.bin/mocha test/tests.js" }, "repository": { "type": "git", "url": "https://github.com/ecrmnn/epl-fixtures" }, "keywords": [ "football", "soccer", "fixtures", "liverpool", "manchester united", "manchester city", "chelsea", "tottenham", "arsenal", "leicester", "everton", "spurs", "epl", "premier league", "fa cup", "capital one cup", "champions league", "europa league" ], "author": { "name": "Daniel Eckermann", "email": "danieleckermann@gmail.com", "url": "http://danieleckermann.com" }, "license": "MIT", "bugs": { "url": "https://github.com/ecrmnn/epl-fixtures/issues" }, "homepage": "https://github.com/ecrmnn/epl-fixtures", "devDependencies": { "chai": "^3.5.0", "mocha": "^2.4.5" }, "dependencies": { "cheerio": "^0.20.0", "got": "^6.3.0", "moment": "^2.12.0" } }