diff options
Diffstat (limited to 'extlib/videojs-resolution-switcher/package.json')
-rw-r--r-- | extlib/videojs-resolution-switcher/package.json | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/extlib/videojs-resolution-switcher/package.json b/extlib/videojs-resolution-switcher/package.json new file mode 100644 index 00000000..91cf9cba --- /dev/null +++ b/extlib/videojs-resolution-switcher/package.json @@ -0,0 +1,115 @@ +{ + "_args": [ + [ + { + "raw": "videojs-resolution-switcher", + "scope": null, + "escapedName": "videojs-resolution-switcher", + "name": "videojs-resolution-switcher", + "rawSpec": "", + "spec": "latest", + "type": "tag" + }, + "/home/vijeth" + ] + ], + "_from": "videojs-resolution-switcher@latest", + "_id": "videojs-resolution-switcher@0.4.2", + "_inCache": true, + "_installable": true, + "_location": "/videojs-resolution-switcher", + "_nodeVersion": "5.3.0", + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/videojs-resolution-switcher-0.4.2.tgz_1459876920307_0.39970111404545605" + }, + "_npmUser": { + "name": "cosma", + "email": "kasper.moskwiak@gmail.com" + }, + "_npmVersion": "3.5.2", + "_phantomChildren": {}, + "_requested": { + "raw": "videojs-resolution-switcher", + "scope": null, + "escapedName": "videojs-resolution-switcher", + "name": "videojs-resolution-switcher", + "rawSpec": "", + "spec": "latest", + "type": "tag" + }, + "_requiredBy": [ + "#USER" + ], + "_resolved": "https://registry.npmjs.org/videojs-resolution-switcher/-/videojs-resolution-switcher-0.4.2.tgz", + "_shasum": "53ef38c58e95b90a61a7452de8177ee838a26405", + "_shrinkwrap": null, + "_spec": "videojs-resolution-switcher", + "_where": "/home/vijeth", + "author": { + "name": "Kasper Moskwiak", + "email": "kasper.moskwiak@gmail.com", + "url": "http://kspr.pl" + }, + "bugs": { + "url": "https://github.com/kmoskwiak/videojs-resolution-switcher/issues" + }, + "contributors": [ + { + "name": "Pierre Kraft" + } + ], + "dependencies": {}, + "description": "Resolution switcher for video.js 5", + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-clean": "^1.0", + "grunt-contrib-concat": "^1.0", + "grunt-contrib-jshint": "^1.0", + "grunt-contrib-qunit": "^1.1", + "grunt-contrib-uglify": "^1.0", + "grunt-contrib-watch": "^1.0", + "qunitjs": "^1.22", + "video.js": "^5.8", + "videojs-youtube": "^2.0.8" + }, + "directories": {}, + "dist": { + "shasum": "53ef38c58e95b90a61a7452de8177ee838a26405", + "tarball": "https://registry.npmjs.org/videojs-resolution-switcher/-/videojs-resolution-switcher-0.4.2.tgz" + }, + "gitHead": "56760f6314d6b7ac9bfa24c16dce33e736cd9a97", + "homepage": "https://github.com/kmoskwiak/videojs-resolution-switcher#readme", + "keywords": [ + "videojs", + "html5", + "flash", + "video", + "player", + "resolution", + "source", + "videojs-plugin" + ], + "license": "Apache-2.0", + "main": "./lib/videojs-resolution-switcher.js", + "maintainers": [ + { + "name": "cosma", + "email": "kasper.moskwiak@gmail.com" + } + ], + "name": "videojs-resolution-switcher", + "optionalDependencies": {}, + "peerDependencies": { + "video.js": "^5.8" + }, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/kmoskwiak/videojs-resolution-switcher.git" + }, + "scripts": { + "test": "grunt test" + }, + "version": "0.4.2" +} |