ginpei/html5-youtube.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "html5-youtube",
  "version": "1.1.0",
  "description": "YouTube Player API wrapper like HTML5 video API.",
  "main": "out/Html5YouTube.js",
  "types": "out/Html5YouTube.d.ts",
  "directories": {
    "example": "examples"
  },
  "dependencies": {
    "event-emitter": "^0.3.5"
  },
  "devDependencies": {
    "@types/event-emitter": "^0.3.3",
    "@types/jest": "^23.3.12",
    "@types/youtube": "0.0.35",
    "jest": "^24.5.0",
    "ts-jest": "^24.0.0",
    "ts-loader": "^5.3.3",
    "tslint": "^5.12.0",
    "typescript": "^3.2.4",
    "webpack": "^4.28.3",
    "webpack-cli": "^3.2.0",
    "webpack-merge": "^4.2.1"
  },
  "scripts": {
    "start": "npm test -- --watch",
    "build": "rm -rf out && tsc --declaration && webpack --config webpack.dev.js",
    "build-prod": "npm run build && webpack --config webpack.prod.js",
    "test": "jest",
    "download-video": "curl -o examples/video.mp4 https://www.html5rocks.com/en/tutorials/video/basics/Chrome_ImF.mp4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ginpei/html5-youtube.js.git"
  },
  "keywords": [
    "youtube",
    "html5",
    "video",
    "multimedia",
    "player",
    "controller"
  ],
  "author": "Ginpei",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ginpei/html5-youtube.js/issues"
  },
  "homepage": "https://github.com/ginpei/html5-youtube.js#readme"
}