package.json 823 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@mdi/font",
  3. "version": "7.2.96",
  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. "verify": "node scripts/verify.js",
  8. "prepublish": "node scripts/verify.js",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/Templarian/MaterialDesign-Webfont.git"
  14. },
  15. "keywords": [
  16. "material",
  17. "design",
  18. "icons",
  19. "webfont"
  20. ],
  21. "author": {
  22. "name": "Austin Andrews",
  23. "web": "http://twitter.com/templarian"
  24. },
  25. "license": "Apache-2.0",
  26. "bugs": {
  27. "url": "https://github.com/Templarian/MaterialDesign/issues"
  28. },
  29. "homepage": "https://materialdesignicons.com"
  30. }