{
  "name": "torrents-search",
  "version": "2.0.6",
  "author": "Leeroy Brun <leeroy.brun@gmail.com>",
  "description": "Search torrents on private and public trackers websites",
  "repository": {
    "type": "git",
    "url": "https://github.com/leeroybrun/node-torrents-search.git"
  },
  "keywords": [
    "torrents",
    "1337x",
    "torrent9",
    "private tracker",
    "tracker"
  ],
  "license": "MIT",
  "dependencies": {
    "debug": "^2.6.6",
    "extend": "^3.0.1",
    "request": "^2.81.0",
    "request-x-ray": "^0.1.4",
    "string-format": "^0.5.0",
    "torrent-name-parse": "~1.1.0",
    "urlify": "^0.3.6",
    "x-ray": "^2.3.2",
    "xregexp": "^3.2.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "jshint": "^2.9.4",
    "mocha": "^3.4.1"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "jshint": "jshint src/. test/. --config",
    "mocha": "mocha test/ --compilers js:babel-core/register",
    "test": "npm run jshint && npm run mocha"
  },
  "main": "./src"
}
