bower.json 554 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "Grained",
  3. "main": "grained.js",
  4. "version": "0.0.1",
  5. "homepage": "https://github.com/sarathsaleem/grained",
  6. "authors": [
  7. "Sarath Saleem <https://github.com/sarathsaleem>"
  8. ],
  9. "description": "Add animated grain noise texture effect to your web content",
  10. "keywords": [
  11. "texture",
  12. "grained",
  13. "grain-effect",
  14. "noise",
  15. "noise-effect",
  16. "generate-texture"
  17. ],
  18. "license": "MIT",
  19. "ignore": [
  20. "**/.*",
  21. "node_modules",
  22. "bower_components",
  23. "test",
  24. "tests"
  25. ]
  26. }