{
  "name": "youtube-video-api",
  "description": "Straightforward programmatic and command-line interface for YouTube Videos using Google API v3",
  "version": "0.3.7",
  "repository": "h2non/youtube-video-api",
  "license": "MIT",
  "author": "Tomas Aparicio",
  "engines": {
    "node": ">= 0.12.0"
  },
  "bin": {
    "youtube-video": "./bin/youtube-video-api",
    "youtube-video-api": "./bin/youtube-video-api"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha --timeout 30000 --reporter spec --ui tdd"
  },
  "dependencies": {
    "decamelize": "^1.0.0",
    "googleapis": "^1.1.4",
    "lodash.omit": "^3.0.0",
    "merge": "^1.2.0",
    "mime": "^1.3.4",
    "nightmare": "^2.10.0",
    "nightmare-google-oauth2": "^0.2.0",
    "yargs": "^3.5.4"
  },
  "devDependencies": {
    "chai": "^2.1.0",
    "mocha": "^2.1.0"
  },
  "keywords": [
    "youtube",
    "upload",
    "video",
    "mp4",
    "googleapis",
    "insert",
    "delete",
    "remove",
    "videos",
    "rate",
    "list",
    "thumbnail",
    "update"
  ]
}
