{
  "name": "torrent-flix",
  "version": "1.0.2",
  "description": "a wrapper around peerflix to make things easier",
  "main": "bin/flix.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/talv1/flix.git"
  },
  "bin": {
    "flix": "./bin/flix.js"
  },
  "author": "Tal Vintrob",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/talv1/flix/issues"
  },
  "homepage": "https://github.com/talv1/flix#readme",
  "preferGlobal": true,
  "dependencies": {
    "bluebird": "^3.3.3",
    "chalk": "^1.1.1",
    "cli-table": "^0.3.1",
    "commander": "^2.9.0",
    "inquirer": "^0.12.0",
    "peerflix": "^0.32.4",
    "torrent-query": "^1.0.0"
  }
}
