bower.json 494 B

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