{
  "name": "rarbg-api",
  "version": "1.1.4",
  "description": "A simple node.js wrapper for rarbg.to api",
  "main": "lib/index.js",
  "scripts": {
    "test": "NODE_ENV=test mocha test/*.spec.js",
    "build": "babel src -d lib"
  },
  "homepage": "https://github.com/serenader2014/rarbg-api",
  "repository": {
    "type": "git",
    "url": "https://github.com/serenader2014/rarbg-api"
  },
  "keywords": [
    "torrent",
    "rarbg.to",
    "api",
    "torrent download",
    "rarbg api"
  ],
  "author": "serenader",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "chai": "^3.5.0",
    "mocha": "^3.2.0"
  },
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "node": "0.10.0"
          }
        }
      ]
    ]
  }
}
