Brak opisu

bower.json 552B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "granim",
  3. "description": "Create fluid and interactive gradients animations with this small js library.",
  4. "main": "index.js",
  5. "authors": [
  6. "Benjamin Blonde",
  7. "Pranay Prakash <pranay.gp@gmail.com> (http://pranay.gp)"
  8. ],
  9. "license": "MIT",
  10. "keywords": [
  11. "gradient",
  12. "animation"
  13. ],
  14. "homepage": "https://sarcadass.github.io/granim.js/",
  15. "moduleType": [
  16. "globals",
  17. "node"
  18. ],
  19. "ignore": [
  20. "**/.*",
  21. "node_modules",
  22. "bower_components",
  23. "test",
  24. "tests"
  25. ]
  26. }