brasileirao-api
Version:
A crawler that provider an open API to get brasileirao matches and scores
37 lines (36 loc) • 995 B
JSON
{
"name": "brasileirao-api",
"version": "1.0.0",
"description": "A crawler that provider an open API to get brasileirao matches and scores",
"main": "dist/index.js",
"scripts": {
"start": "nodemon index.js --exec babel-node",
"build": "babel lib/index.js -d dist",
"serve": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leonanluppi/brasileirao-api.git"
},
"keywords": [
"brasileirao",
"campeonato brasileiro",
"brasileirao api"
],
"author": "Leonan Luppi <leonan.luppi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/leonanluppi/brasileirao-api/issues"
},
"homepage": "https://github.com/leonanluppi/brasileirao-api#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"request": "^2.81.0",
"request-promise": "^4.2.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"nodemon": "^1.11.0"
}
}