{
  "name": "@johnfordman/yt-player",
  "description": "Simple, robust YouTube Iframe Player API",
  "version": "1.0.2",
  "author": {
    "name": "Feross Aboukhadijeh",
    "email": "feross@feross.org",
    "url": "https://feross.org"
  },
  "bugs": {
    "url": "https://github.com/feross/yt-player/issues"
  },
  "dependencies": {
    "load-script2": "^2.0.1"
  },
  "devDependencies": {
    "standard": "*"
  },
  "homepage": "https://github.com/feross/yt-player",
  "keywords": [
    "youtube",
    "youtube player",
    "player",
    "iframe",
    "api",
    "youtube api",
    "youtube iframe api",
    "iframe api",
    "yt player",
    "yt-player",
    "youtube embed"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/feross/yt-player.git"
  },
  "scripts": {
    "test": "standard"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/feross"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/feross"
    },
    {
      "type": "consulting",
      "url": "https://feross.org/support"
    }
  ]
}
