bower.json 434 B

123456789101112131415161718192021
  1. {
  2. "name": "Waves",
  3. "homepage": "http://fian.my.id/Waves",
  4. "authors": [
  5. "Alfiana E. Sibuea <alfian.sibuea@gmail.com>"
  6. ],
  7. "description": "Click effect inspired by Google's Material Design",
  8. "main": ["dist/waves.min.js", "dist/waves.min.css"],
  9. "keywords": [
  10. "click",
  11. "material-design"
  12. ],
  13. "license": "MIT",
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "test",
  19. "tests"
  20. ]
  21. }