{
  "name": "dialog-polyfill",
  "main": ["dialog-polyfill.js", "dialog-polyfill.css"],
  "homepage": "https://github.com/GoogleChrome/dialog-polyfill",
  "authors": [
    "The Chromium Authors"
  ],
  "description": "Polyfill for the <dialog> element",
  "keywords": [
    "html5",
    "polyfill",
    "dialog"
  ],
  "license": "BSD",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "devDependencies": {
    "mocha": "",
    "chai": ""
  }
}
