.bower.json 716 B

12345678910111213141516171819202122232425262728293031323334
  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": [
  10. "dist/waves.min.js",
  11. "dist/waves.min.css"
  12. ],
  13. "keywords": [
  14. "click",
  15. "material-design"
  16. ],
  17. "license": "MIT",
  18. "ignore": [
  19. "**/.*",
  20. "node_modules",
  21. "bower_components",
  22. "test",
  23. "tests"
  24. ],
  25. "_release": "0.6.6",
  26. "_resolution": {
  27. "type": "version",
  28. "tag": "v0.6.6",
  29. "commit": "7cfc479b8246e6d15e660bc2a69fa5b3a792ce98"
  30. },
  31. "_source": "https://github.com/fians/Waves.git",
  32. "_target": "0.6",
  33. "_originalSource": "waves"
  34. }