bower.json 735 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "ng-material-floating-button",
  3. "version": "0.6.2",
  4. "homepage": "https://github.com/nobitagit/ng-material-floating-button",
  5. "authors": [
  6. "Nobita"
  7. ],
  8. "description": "angular directive for material floating buttons",
  9. "main": [
  10. "src/mfb-directive.js",
  11. "mfb/dist/mfb.css",
  12. "mfb/src/mfb.scss"
  13. ],
  14. "keywords": [
  15. "angular",
  16. "directive",
  17. "material",
  18. "design",
  19. "floating",
  20. "button",
  21. "google",
  22. "inbox"
  23. ],
  24. "license": "MIT",
  25. "private": false,
  26. "ignore": [
  27. "**/.*",
  28. "**/*.html",
  29. "README.md",
  30. "package.json",
  31. "node_modules",
  32. "bower_components",
  33. "Gruntfile.js",
  34. "test",
  35. "tests"
  36. ],
  37. "dependencies": {
  38. "angular": "~1.3.6"
  39. }
  40. }