wired-icon-button
Version:
Round hand-drawn sketchy button with an icon placed at the cente.
34 lines (33 loc) • 873 B
JSON
{
"name": "wired-icon-button",
"version": "2.1.0",
"description": "Round hand-drawn sketchy button with an icon placed at the cente.",
"main": "lib/wired-icon-button.js",
"module": "lib/wired-icon-button.js",
"types": "lib/wired-icon-button.d.ts",
"scripts": {
"build": "rm -rf lib && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wiredjs/wired-elements.git"
},
"keywords": [
"button",
"webcomponent",
"web component",
"rough",
"sketchy",
"hand-drawn",
"hand drawn",
"wireframe"
],
"author": "Preet Shihn <preetshihn@gmail.com> (https://twitter.com/preetster)",
"license": "MIT",
"dependencies": {
"lit-element": "^2.3.1",
"wired-lib": "^2.1.0"
},
"gitHead": "5a0fc1b94dba5852b8e1e70a0db5e7b6b67b46ee"
}