From 996287a1940629611a61d9bb7d37d7b3a3a2fca7 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 28 Sep 2012 18:09:48 -0700 Subject: [PATCH 1/2] Add component.json for bower support. --- component.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..295415c --- /dev/null +++ b/component.json @@ -0,0 +1,18 @@ +{ + "name": "impress.js", + "version": "0.5.3", + "description": "It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com", + "homepage": "https://github.com/bartaz/impress.js", + "license" : ["http://bartaz.mit-license.org/", "http://www.gnu.org/licenses/"], + "main": [ + "./js/impress.js", + ], + "keywords": [ + "slideshow", + "css3" + ], + "author": { + "name": "Bartek Szopka", + "web": "http://bartaz.github.com" + } +} \ No newline at end of file From d9acb3da1b22941b65cf84f963fedf96fae9e497 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 28 Sep 2012 18:16:53 -0700 Subject: [PATCH 2/2] Modify to same name standard. --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index 295415c..1530b51 100644 --- a/component.json +++ b/component.json @@ -1,5 +1,5 @@ { - "name": "impress.js", + "name": "impress-js", "version": "0.5.3", "description": "It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com", "homepage": "https://github.com/bartaz/impress.js",