{
  "name": "dom4",
  "version": "1.1.1",
  "description": "a fully tested and covered polyfill for new DOM Level 4 entries",
  "homepage": "https://github.com/WebReflection/dom4",
  "keywords": [
    "DOM",
    "Level 4",
    "classList",
    "CustomEvent",
    "matches",
    "DOM4"
  ],
  "author": {
    "name": "Andrea Giammarchi",
    "web": "http://webreflection.blogspot.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/WebReflection/dom4.git"
  },
  "filename": "dom4.js",
  "npmName": "dom4",
  "npmFileMap": [
    {
      "basePath": "/build/",
      "files": [
        "dom4.js",
        "dom4.max.js"
      ]
    }
  ]
}