{
  "name": "embed-video",
  "version": "2.0.4",
  "description": "Get embed code for embedding youtube/vimeo/whatever video in websites from URL or ID",
  "main": "index.js",
  "scripts": {
    "test": "tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/alanshaw/embed-video.git"
  },
  "keywords": [
    "video",
    "movie",
    "embed",
    "code",
    "share",
    "vimeo",
    "youtube"
  ],
  "author": "Alan Shaw",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alanshaw/embed-video/issues"
  },
  "homepage": "https://github.com/alanshaw/embed-video",
  "devDependencies": {
    "standard": "^11.0.1",
    "tape": "^4.0.0"
  },
  "dependencies": {
    "fetch-ponyfill": "^4.0.0",
    "lodash.escape": "^4.0.1",
    "promise-polyfill": "^6.0.2"
  }
}
