2013-01-11 23:02:20 -08:00
|
|
|
{
|
|
|
|
"name": "video.js",
|
|
|
|
"description": "An HTML5 and Flash video player with a common API and skin for both.",
|
2013-11-04 16:14:04 -08:00
|
|
|
"version": "4.3.0",
|
2013-05-08 13:29:02 -07:00
|
|
|
"copyright": "Copyright 2013 Brightcove, Inc. https://github.com/videojs/video.js/blob/master/LICENSE",
|
2014-01-23 15:44:52 -08:00
|
|
|
"keywords": ["html5", "flash", "video", "player"],
|
2013-01-11 23:02:20 -08:00
|
|
|
"homepage": "http://videojs.com",
|
|
|
|
"author": "Steve Heffernan",
|
|
|
|
"scripts": {
|
2013-02-24 15:20:17 -08:00
|
|
|
"test": "grunt test --verbose"
|
2013-01-11 23:02:20 -08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zencoder/video-js.git"
|
|
|
|
},
|
2014-01-23 15:44:52 -08:00
|
|
|
"dependencies": {
|
2014-01-23 17:15:41 -08:00
|
|
|
"videojs-swf": "4.3.4"
|
2014-01-23 15:44:52 -08:00
|
|
|
},
|
2013-01-11 23:02:20 -08:00
|
|
|
"devDependencies": {
|
|
|
|
"grunt-cli": "~0.1.0",
|
2013-04-09 10:42:41 -07:00
|
|
|
"grunt": "~0.4.0",
|
|
|
|
"grunt-contrib-jshint": "~0.4.3",
|
2013-01-11 23:02:20 -08:00
|
|
|
"grunt-contrib-watch": "~0.1.4",
|
2013-04-09 10:42:41 -07:00
|
|
|
"grunt-contrib-qunit": "~0.2.1",
|
2013-01-12 22:30:55 -08:00
|
|
|
"calcdeps": "~0.1.7",
|
2013-01-25 15:22:14 -08:00
|
|
|
"grunt-contrib-clean": "~0.4.0a",
|
2013-02-05 11:42:59 -08:00
|
|
|
"grunt-contrib-copy": "~0.3.2",
|
2013-03-25 16:52:36 -07:00
|
|
|
"mocha": "~1.8.1",
|
2013-05-03 23:05:33 -07:00
|
|
|
"contribflow": "~0.2.0",
|
|
|
|
"grunt-s3": "~0.2.0-alpha",
|
2013-05-23 13:10:29 -07:00
|
|
|
"semver": "~1.1.4",
|
2013-06-11 15:35:14 -07:00
|
|
|
"grunt-contrib-cssmin": "~0.6.0",
|
2013-07-19 20:18:39 -07:00
|
|
|
"uglify-js": "~2.3.6",
|
2013-09-19 09:24:06 -07:00
|
|
|
"grunt-contrib-less": "~0.6.4",
|
|
|
|
"grunt-karma": "~0.4.4",
|
2013-10-28 18:25:28 -07:00
|
|
|
"karma-qunit": "~0.0.2",
|
2013-12-02 15:34:00 -08:00
|
|
|
"videojs-doc-generator": "0.0.1",
|
2014-01-16 11:25:07 -08:00
|
|
|
"qunitjs": "~1.12.0",
|
|
|
|
"grunt-zip": "0.10.2"
|
2013-01-11 23:02:20 -08:00
|
|
|
}
|
|
|
|
}
|