aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Garcia <danny@noisenewyork.com>2012-09-28 18:09:48 -0700
committerDaniel Garcia <danny@noisenewyork.com>2012-09-28 18:09:48 -0700
commit996287a1940629611a61d9bb7d37d7b3a3a2fca7 (patch)
tree8c21d01c58d3f933390ad968f2c2a6024b585c0b
parent9ccb39dc8edb605e68c671494ec34163d9759cdf (diff)
downloadimpress.js-996287a1940629611a61d9bb7d37d7b3a3a2fca7.tar.gz
Add component.json for bower support.
-rw-r--r--component.json18
1 files changed, 18 insertions, 0 deletions
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