package.json 908 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@mdi/font",
  3. "version": "3.6.95",
  4. "description": "Dist for Material Design Webfont. This includes the Stock and Community icons in a single webfont collection.",
  5. "style": "css/materialdesignicons.css",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/Templarian/MaterialDesign-Webfont.git"
  12. },
  13. "keywords": [
  14. "material",
  15. "design",
  16. "icons",
  17. "webfont"
  18. ],
  19. "author": {
  20. "name": "Austin Andrews",
  21. "web": "http://twitter.com/templarian"
  22. },
  23. "licenses": [
  24. {
  25. "type": "OFL-1.1",
  26. "url": "http://scripts.sil.org/OFL"
  27. },
  28. {
  29. "type": "MIT",
  30. "url": "http://opensource.org/licenses/mit-license.html"
  31. }
  32. ],
  33. "bugs": {
  34. "url": "https://github.com/Templarian/MaterialDesign/issues"
  35. },
  36. "homepage": "http://materialdesignicons.com"
  37. }