{
  "name": "@html-element-wrappers/input",
  "version": "0.5.9",
  "description": "HTMLInputElement",
  "author": "Wouter Vroege <wouter@woutervroege.nl>",
  "homepage": "https://github.com/woutervroege/html-element-wrappers#readme",
  "license": "MIT",
  "main": "lib/input.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/woutervroege/html-element-wrappers.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/woutervroege/html-element-wrappers/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "f11b4b48c78b8cf841584fa355a9e287c5f96709",
  "dependencies": {
    "html-element-property-mixins": "^0.10.11",
    "lit-html": "^1.2.1"
  }
}
