You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
553 B
20 lines
553 B
10 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|