From 5146c1fa4a3715ab32e519b36549775b6bdba1a8 Mon Sep 17 00:00:00 2001 From: Pete Schaffner Date: Mon, 24 Feb 2014 11:10:19 +0100 Subject: [PATCH 1/2] Add component.json file --- component.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000000..64a5eeb3b5 --- /dev/null +++ b/component.json @@ -0,0 +1,22 @@ +{ + "name": "video.js", + "description": "An HTML5 and Flash video player with a common API and skin for both.", + "version": "4.4.1", + "keywords": [ + "videojs", + "html5", + "flash", + "video", + "player" + ], + "scripts": ["dist/video-js/video.dev.js"], + "styles": ["dist/video-js/video-js.css"], + "files": ["dist/video-js/video-js.swf"], + "fonts": [ + "dist/video-js/font/vjs.eot", + "dist/video-js/font/vjs.svg", + "dist/video-js/font/vjs.ttf", + "dist/video-js/font/vjs.woff" + ], + "main": "dist/video-js/video.dev.js" +} From 4b0db76d77267eac7fcb1b2ebb314c1c088eb63b Mon Sep 17 00:00:00 2001 From: Pete Schaffner Date: Tue, 25 Feb 2014 15:32:45 +0100 Subject: [PATCH 2/2] Bump version --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index 64a5eeb3b5..535c8c89b3 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "video.js", "description": "An HTML5 and Flash video player with a common API and skin for both.", - "version": "4.4.1", + "version": "4.4.2", "keywords": [ "videojs", "html5",