{
  "name": "dom4",
  "title": "DOM4",
  "description": "a fully tested and covered polyfill for new DOM Level 4 entries",
  "version": "1.3.1",
  "main": "build/dom4.js",
  "homepage": "https://github.com/WebReflection/dom4",
  "author": {
    "name": "Andrea Giammarchi",
    "url": "http://webreflection.blogspot.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/WebReflection/dom4.git"
  },
  "keywords": [
    "DOM",
    "Level 4",
    "classList",
    "CustomEvent",
    "DOM4"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
    }
  ],
  "dependencies": {},
  "devDependencies": {
    "uglify-js": "^2.4.16",
    "wru": ">= 0.0.0"
  }
}
