1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-25 11:13:52 +02:00

Changed video-js swf location

This commit is contained in:
Steve Heffernan 2014-01-23 15:44:52 -08:00
parent 2825f74ba8
commit f152c6a4be

View File

@ -3,12 +3,7 @@
"description": "An HTML5 and Flash video player with a common API and skin for both.",
"version": "4.3.0",
"copyright": "Copyright 2013 Brightcove, Inc. https://github.com/videojs/video.js/blob/master/LICENSE",
"keywords": [
"html5",
"flash",
"video",
"player"
],
"keywords": ["html5", "flash", "video", "player"],
"homepage": "http://videojs.com",
"author": "Steve Heffernan",
"scripts": {
@ -18,6 +13,9 @@
"type": "git",
"url": "https://github.com/zencoder/video-js.git"
},
"dependencies": {
"videojs-swf": "4.3.1"
},
"devDependencies": {
"grunt-cli": "~0.1.0",
"grunt": "~0.4.0",
@ -37,24 +35,6 @@
"grunt-karma": "~0.4.4",
"karma-qunit": "~0.0.2",
"videojs-doc-generator": "0.0.1",
"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"
]
"qunitjs": "~1.12.0"
}
}