{
  "name": "video-thumbnail-url",
  "version": "1.0.1",
  "description": "get thumbnail url from video url",
  "main": "index.js",
  "scripts": {
    "test": "npm run compile && mocha --compilers js:babel-register tests/*.test.js",
    "compile": "babel src -d dist",
    "prepublish": "npm run compile"
  },
  "keywords": [
    "youtube",
    "video",
    "thumbnail",
    "url"
  ],
  "repository": "git@github.com:Producters/video-thumbnail-url.git",
  "homepage": "https://github.com/Producters/video-thumbnail-url",
  "author": "Domas Lapinskas <domas@producters.com>",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-register": "^6.9.0",
    "mocha": "^2.5.3",
    "should": "^9.0.0"
  },
  "dependencies": {
    "bluebird": "^3.4.0",
    "request-promise": "^3.0.0"
  }
}
