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.
30 lines
695 B
30 lines
695 B
{
|
|
"name" : "Shape",
|
|
"version" : "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",
|
|
"transform2d" : "./dependencies/transform2d.js",
|
|
"transform3d" : "./dependencies/transform3d.js"
|
|
}
|
|
}
|