{
  "name": "p-icons",
  "version": "0.0.3",
  "description": "We have built-in `10445` icons in the `material` style. For custom icons provided by the user, we have a separate component called `p-svg-icon`.",
  "directories": {
    "lib": "lib"
  },
  "keywords": ["icon", "material", "web components"], 
  "files": [
    "lib/",
    "p-svg-icon.html",
    "p-icon.html",
    "README.md"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": {
    "name": "frmachao",
    "email": "frmachao@gmail.com",
    "url": "https://github.com/frmachao"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ofajs/p-icons"
  },
  "bugs": {
    "url": "https://github.com/ofajs/p-icons/issues"
  },
  "homepage": "https://github.com/ofajs/p-icons",
  "license": "MIT"
}