{
  "name": "xvideo-js",
  "version": "1.5.1",
  "main": "index.js",
  "scripts": {
    "test": "mocha || exit 0",
    "build": "babel src -d dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/realdennis/xvideo-js.git"
  },
  "author": "realdennis",
  "license": "MIT",
  "bin": {
    "xvideo-js": "./dist/index.js",
    "xvideo": "./dist/index.js"
  },
  "bugs": {
    "url": "https://github.com/realdennis/xvideo-js/issues"
  },
  "homepage": "https://github.com/realdennis/xvideo-js#readme",
  "dependencies": {
    "chalk": "^2.4.1",
    "cheerio": "^1.0.0-rc.2",
    "inquirer": "^6.0.0",
    "keypress": "^0.2.1",
    "openurl": "^1.1.1",
    "request": "^2.85.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2017": "^6.24.1",
    "chai": "^4.1.2",
    "mocha": "^5.2.0"
  },
  "description": "CLI application to choose video, add it to favorite, see the video tag, and also open the video on browser.",
  "keywords": [
    "xvideo",
    "NSFW",
    "tool"
  ]
}
