.bower.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "_release": "0.6.2",
  41. "_resolution": {
  42. "type": "version",
  43. "tag": "v0.6.2",
  44. "commit": "dd61072d3af56894c439ca7144b50de7a85567fe"
  45. },
  46. "_source": "https://github.com/nobitagit/ng-material-floating-button.git",
  47. "_target": "^0.6.2",
  48. "_originalSource": "ng-mfb",
  49. "_direct": true
  50. }