{
  "name": "updated-youtube-info",
  "version": "1.4.7",
  "description": "Fetch meta information about YouTube videos, fix 403 error",
  "main": "index.js",
  "scripts": {
    "test": "mocha test",
    "format": "prettier-standard ./*.js ./test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/philbot9/youtube-info.git"
  },
  "keywords": [
    "youtube",
    "video",
    "info",
    "information",
    "fetch",
    "scraper"
  ],
  "author": "Philip Klostermann <philip.klostermann@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "cheerio": "^0.19.0",
    "debug": "^2.2.0",
    "lodash.isfunction": "^3.0.6",
    "request": "2.81.0",
    "request-promise": "^4.2.2"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^2.3.4",
    "prettier-standard": "^8.0.0"
  }
}
