bower.json 456 B

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