{
  "name": "shadydom",
  "description": "Shadow DOM polyfill",
  "main": "shadydom.min.js",
  "authors": [
    "The Polymer Authors"
  ],
  "license": "BSD-3-Clause",
  "keywords": [
    "shady-dom",
    "shadydom",
    "shadow-dom",
    "shadowdom",
    "web-components",
    "webcomponents",
    "polyfill",
    "shim"
  ],
  "homepage": "https://webcomponents.org/polyfills",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "devDependencies": {
    "web-component-tester": "^6",
    "template": "webcomponents/template#^1",
    "custom-elements": "webcomponents/custom-elements#^1",
    "webcomponents-platform": "webcomponents/webcomponents-platform#^1",
    "shadycss": "webcomponents/shadycss#^1"
  }
}
