{
  "name": "wired-listbox",
  "version": "2.1.0",
  "description": "A listbox control with Wired hand-drawn styling. The selected item is highlighted. Can be vertical (default) or horizontal.",
  "main": "lib/wired-listbox.js",
  "module": "lib/wired-listbox.js",
  "types": "lib/wired-listbox.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": [
    "selector",
    "listbox",
    "list box",
    "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"
}
