{
  "name": "api_super_lutas",
  "version": "1.1.2",
  "description": "Sherdog MMA Fighter API scraper in Node.js",
  "main": "lib/sherdog",
  "scripts": {
    "test": "test"
  },
  "keywords": [
    "Sherdog",
    "Fighter",
    "MMA",
    "API",
    "Javascript"
  ],
  "author": {
    "name": "Marcos Stevanini",
    "email": "marcosstevanini@gmail.com",
    "url": "https://github.com/MarcosStevanini/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MarcosStevanini/sherdog-api.git"
  },
  "license": "MIT",
  "dependencies": {
    "cheerio": "^0.18.0",
    "request": "^2.53.0"
  }
}
