bower.json 519 B

1234567891011121314151617181920212223
  1. {
  2. "name": "mdi",
  3. "version": "2.1.19",
  4. "main": [
  5. "scss/materialdesignicons.scss"
  6. ],
  7. "homepage": "http://materialdesignicons.com",
  8. "authors": [
  9. { "name": "Austin Andrews", "homepage": "http://templarian.com" },
  10. { "name": "Google", "homepage": "http://www.google.com/design" }
  11. ],
  12. "license": ["OFL-1.1", "MIT"],
  13. "ignore": [
  14. "*.md",
  15. "*.json"
  16. ],
  17. "keywords": [
  18. "material",
  19. "design",
  20. "icons",
  21. "webfont"
  22. ]
  23. }