UNPKG

579 BJSONView Raw
1{
2 "name": "videojs-youtube",
3 "version": "2.0.0",
4 "homepage": "https://github.com/eXon/videojs-youtube",
5 "authors": [
6 "Benoit Tremblay <trembl.ben@gmail.com>"
7 ],
8 "description": "YouTube playback technology for Video.js",
9 "main": "dist/Youtube.min.js",
10 "license": "MIT",
11 "keywords": [
12 "video",
13 "videojs",
14 "video.js",
15 "vjs",
16 "YouTube",
17 "tech"
18 ],
19 "ignore": [
20 ".npmignore",
21 ".gitignore",
22 ".jshintrc",
23 ".jshintignore",
24 "src",
25 "tests",
26 "karma.conf.js"
27 ],
28 "dependencies": {
29 "video.js": "^5.0.0"
30 }
31}