aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Szopka <bartek.szopka+github@gmail.com>2012-11-14 23:34:36 -0800
committerBartek Szopka <bartek.szopka+github@gmail.com>2012-11-14 23:34:36 -0800
commit562532949f4e63f3625f98910b01eecee0146995 (patch)
tree2f71b2aef310f3aeac2a69e617d7f221b9fda710
parent9ccb39dc8edb605e68c671494ec34163d9759cdf (diff)
parenta520cbead193a31bb473e28babc3b47375b2835b (diff)
downloadimpress.js-562532949f4e63f3625f98910b01eecee0146995.tar.gz
Merge pull request #193 from tomlane/bower-support
Add component.json file for bower package manager support.
-rw-r--r--component.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/component.json b/component.json
new file mode 100644
index 0000000..1fc7cb8
--- /dev/null
+++ b/component.json
@@ -0,0 +1,19 @@
+{
+ "name": "impress-js",
+ "version": "0.5.3",
+ "main": "./js/impress.js",
+ "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