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.
 
 
 

28 lines
592 B

{
"name" : "Shape",
"version" : "0.0.1",
"description" : "3D animation made easy. A jQuery plugin built with the Semantic module spec.",
"homepage" : "https://github.com/quirkyinc/shapeful",
"author": {
"name" : "Jack Lukic",
"web" : "http://www.github.com/quirkyjack/"
},
"keywords": [
"origami",
"animation",
"css3"
],
"license" : [
"http://bartaz.mit-license.org/",
"http://www.gnu.org/licenses/"
],
"main": [
"./build/origami.js",
"./build/origami.css"
],
"dependencies": {
"jquery" : ">=1.8"
}
}