2013-01-12 10:02:20 +03:00
|
|
|
{
|
|
|
|
"name": "video.js",
|
|
|
|
"description": "An HTML5 and Flash video player with a common API and skin for both.",
|
2014-03-28 00:31:36 +03:00
|
|
|
"version": "4.5.1",
|
2014-02-14 06:20:30 +03:00
|
|
|
"copyright": "Copyright 2014 Brightcove, Inc. https://github.com/videojs/video.js/blob/master/LICENSE",
|
2014-02-15 03:52:48 +03:00
|
|
|
"keywords": [
|
2014-02-19 00:27:02 +03:00
|
|
|
"videojs",
|
2014-02-15 03:52:48 +03:00
|
|
|
"html5",
|
|
|
|
"flash",
|
|
|
|
"video",
|
|
|
|
"player"
|
|
|
|
],
|
2013-01-12 10:02:20 +03:00
|
|
|
"homepage": "http://videojs.com",
|
|
|
|
"author": "Steve Heffernan",
|
|
|
|
"scripts": {
|
2013-02-25 02:20:17 +03:00
|
|
|
"test": "grunt test --verbose"
|
2013-01-12 10:02:20 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-02-19 00:31:18 +03:00
|
|
|
"url": "https://github.com/videojs/video.js.git"
|
2013-01-12 10:02:20 +03:00
|
|
|
},
|
2014-02-14 06:20:30 +03:00
|
|
|
"main": "./dist/video-js/video.js",
|
2014-01-24 02:44:52 +03:00
|
|
|
"dependencies": {
|
2014-02-19 00:19:35 +03:00
|
|
|
"videojs-swf": "4.4.0"
|
2014-01-24 02:44:52 +03:00
|
|
|
},
|
2013-01-12 10:02:20 +03:00
|
|
|
"devDependencies": {
|
|
|
|
"grunt-cli": "~0.1.0",
|
2014-02-15 03:52:48 +03:00
|
|
|
"grunt": "~0.4",
|
2014-03-26 01:22:29 +03:00
|
|
|
"grunt-contrib-connect": "~0.7.1",
|
2013-04-09 20:42:41 +03:00
|
|
|
"grunt-contrib-jshint": "~0.4.3",
|
2013-01-12 10:02:20 +03:00
|
|
|
"grunt-contrib-watch": "~0.1.4",
|
2013-04-09 20:42:41 +03:00
|
|
|
"grunt-contrib-qunit": "~0.2.1",
|
2013-01-13 09:30:55 +03:00
|
|
|
"calcdeps": "~0.1.7",
|
2013-01-26 02:22:14 +03:00
|
|
|
"grunt-contrib-clean": "~0.4.0a",
|
2013-02-05 22:42:59 +03:00
|
|
|
"grunt-contrib-copy": "~0.3.2",
|
2013-03-26 02:52:36 +03:00
|
|
|
"mocha": "~1.8.1",
|
2013-05-04 09:05:33 +03:00
|
|
|
"contribflow": "~0.2.0",
|
|
|
|
"grunt-s3": "~0.2.0-alpha",
|
2013-05-23 23:10:29 +03:00
|
|
|
"semver": "~1.1.4",
|
2013-06-12 01:35:14 +03:00
|
|
|
"grunt-contrib-cssmin": "~0.6.0",
|
2013-07-20 06:18:39 +03:00
|
|
|
"uglify-js": "~2.3.6",
|
2013-09-19 19:24:06 +03:00
|
|
|
"grunt-contrib-less": "~0.6.4",
|
2014-01-18 01:18:09 +03:00
|
|
|
"grunt-karma": "~0.6.2",
|
|
|
|
"karma": "~0.10.0",
|
2014-01-21 19:45:59 +03:00
|
|
|
"karma-chrome-launcher": "~0.1.2",
|
|
|
|
"karma-firefox-launcher": "~0.1.3",
|
|
|
|
"karma-ie-launcher": "~0.1.1",
|
|
|
|
"karma-opera-launcher": "~0.1.0",
|
|
|
|
"karma-phantomjs-launcher": "~0.1.1",
|
|
|
|
"karma-safari-launcher": "~0.1.1",
|
2014-01-18 01:18:09 +03:00
|
|
|
"karma-qunit": "~0.1.1",
|
2013-12-03 02:34:00 +03:00
|
|
|
"videojs-doc-generator": "0.0.1",
|
2014-01-16 22:25:07 +03:00
|
|
|
"qunitjs": "~1.12.0",
|
2014-02-08 02:28:41 +03:00
|
|
|
"grunt-zip": "0.10.2",
|
2014-02-15 03:52:48 +03:00
|
|
|
"grunt-banner": "~0.2.0",
|
|
|
|
"chg": "~0.1.8",
|
2014-03-06 00:41:26 +03:00
|
|
|
"grunt-tagrelease": "~0.3.3",
|
|
|
|
"github": "~0.1.14",
|
2014-04-12 23:47:39 +03:00
|
|
|
"open": "0.0.4",
|
|
|
|
"grunt-version": "~0.3.0"
|
2013-01-12 10:02:20 +03:00
|
|
|
}
|
|
|
|
}
|