mirror of
https://github.com/videojs/video.js.git
synced 2025-01-27 11:22:06 +02:00
Changed video-js swf location
This commit is contained in:
parent
2825f74ba8
commit
f152c6a4be
30
package.json
30
package.json
@ -3,12 +3,7 @@
|
|||||||
"description": "An HTML5 and Flash video player with a common API and skin for both.",
|
"description": "An HTML5 and Flash video player with a common API and skin for both.",
|
||||||
"version": "4.3.0",
|
"version": "4.3.0",
|
||||||
"copyright": "Copyright 2013 Brightcove, Inc. https://github.com/videojs/video.js/blob/master/LICENSE",
|
"copyright": "Copyright 2013 Brightcove, Inc. https://github.com/videojs/video.js/blob/master/LICENSE",
|
||||||
"keywords": [
|
"keywords": ["html5", "flash", "video", "player"],
|
||||||
"html5",
|
|
||||||
"flash",
|
|
||||||
"video",
|
|
||||||
"player"
|
|
||||||
],
|
|
||||||
"homepage": "http://videojs.com",
|
"homepage": "http://videojs.com",
|
||||||
"author": "Steve Heffernan",
|
"author": "Steve Heffernan",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -18,6 +13,9 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/zencoder/video-js.git"
|
"url": "https://github.com/zencoder/video-js.git"
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"videojs-swf": "4.3.1"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt-cli": "~0.1.0",
|
"grunt-cli": "~0.1.0",
|
||||||
"grunt": "~0.4.0",
|
"grunt": "~0.4.0",
|
||||||
@ -37,24 +35,6 @@
|
|||||||
"grunt-karma": "~0.4.4",
|
"grunt-karma": "~0.4.4",
|
||||||
"karma-qunit": "~0.0.2",
|
"karma-qunit": "~0.0.2",
|
||||||
"videojs-doc-generator": "0.0.1",
|
"videojs-doc-generator": "0.0.1",
|
||||||
"qunitjs": "~1.12.0",
|
"qunitjs": "~1.12.0"
|
||||||
"video-js-swf": "git://github.com/videojs/video-js-swf.git#feature/grunt-build"
|
|
||||||
},
|
|
||||||
"testling": {
|
|
||||||
"browsers": [
|
|
||||||
"ie6",
|
|
||||||
"ie7",
|
|
||||||
"ie8",
|
|
||||||
"ie9",
|
|
||||||
"firefox/15",
|
|
||||||
"chrome/22",
|
|
||||||
"opera/12",
|
|
||||||
"safari/5.1"
|
|
||||||
],
|
|
||||||
"harness": "mocha-qunit",
|
|
||||||
"scripts": [
|
|
||||||
"src/js/*.js",
|
|
||||||
"test/unit/*.js"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user