UNPKG

resultados-futbol-api

Version:
32 lines (31 loc) 707 B
{ "name": "resultados-futbol-api", "version": "0.0.2", "description": "Node implementation for the resultados-futbol.com API", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/goferito/resultados-futbol-node-api.git" }, "keywords": [ "resultados", "futbol", "node", "api" ], "author": "Mr. Goferito", "license": "MIT", "bugs": { "url": "https://github.com/goferito/resultados-futbol-node-api/issues" }, "homepage": "https://github.com/goferito/resultados-futbol-node-api#readme", "dependencies": { "request": "^2.78.0" }, "devDependencies": { "chai": "^3.5.0" } }