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.

29 lines
695 B

  1. {
  2. "name" : "Shape",
  3. "version" : "0.1",
  4. "description" : "3D animation made easy. A jQuery plugin built with the Semantic module spec.",
  5. "homepage" : "https://github.com/quirkyinc/shapeful",
  6. "author": {
  7. "name" : "Jack Lukic",
  8. "web" : "http://www.github.com/quirkyjack/"
  9. },
  10. "keywords": [
  11. "origami",
  12. "animation",
  13. "css3"
  14. ],
  15. "license" : [
  16. "http://bartaz.mit-license.org/",
  17. "http://www.gnu.org/licenses/"
  18. ],
  19. "main": [
  20. "./build/origami.js",
  21. "./build/origami.css"
  22. ],
  23. "dependencies": {
  24. "jquery" : ">=1.8",
  25. "transform2d" : "./dependencies/transform2d.js",
  26. "transform3d" : "./dependencies/transform3d.js"
  27. }
  28. }