aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: a92a836081e164a0d207a007d4bdf6a257264a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
  }
}