wired-input
Version:
Hand-drawn sketchy text input - web component
36 lines (35 loc) • 864 B
JSON
{
"name": "wired-input",
"version": "2.1.1",
"description": "Hand-drawn sketchy text input - web component",
"main": "lib/wired-input.js",
"module": "lib/wired-input.js",
"types": "lib/wired-input.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": [
"input",
"text input",
"text field",
"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": "e4b81662e70e994329af440f4ccd1dd8da31df0e"
}