package.json 540 B

1234567891011121314151617181920212223
  1. {
  2. "name": "material-design-icons",
  3. "version": "1.0.1",
  4. "description": "Material Design icons by Google",
  5. "main": "index.html",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/google/material-design-icons"
  9. },
  10. "keywords": [
  11. "icons",
  12. "material",
  13. "material-design",
  14. "google"
  15. ],
  16. "author": "Material Design Authors",
  17. "license": "CC-BY-4.0",
  18. "bugs": {
  19. "url": "https://github.com/google/material-design-icons/issues"
  20. },
  21. "homepage": "https://github.com/google/material-design-icons"
  22. }