diff --git a/package.json b/package.json index 8b0e201e7..cb251e35a 100644 --- a/package.json +++ b/package.json @@ -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" } }