.bower.json 738 B

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