videojs-resolution-switcher/package.json
Kasper Moskwiak 940c95ae67 init
2015-07-27 18:12:42 +02:00

29 lines
632 B
JSON

{
"name": "videojs-test",
"version": "0.0.0",
"author": "Kasper Moskwiak",
"description": "A revolutionary plugin for video.js",
"license": "Apache-2.0",
"keywords": [
"videojs",
"html5",
"flash",
"video",
"player"
],
"dependencies": {},
"devDependencies": {
"grunt-contrib-clean": "^0.4",
"grunt-contrib-concat": "^0.3",
"grunt-contrib-jshint": "^0.6",
"grunt-contrib-qunit": "^0.2",
"grunt-contrib-uglify": "^0.2",
"grunt-contrib-watch": "^0.4",
"video.js": "^5.0.0-rc.29",
"qunitjs": "^1.12"
},
"peerDependencies": {
"video.js": "^5.0.0-rc.29"
}
}