{
  "name": "dom-utilities",
  "version": "0.3.0",
  "description": "A set of methods that helps with working with the DOM",
  "keywords": [
    "dom",
    "helper",
    "browser"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ryanzec/dom-utilities"
  },
  "bugs": {
    "url": "https://github.com/ryanzec/dom-utilities/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Ryan Zec",
    "email": "code@ryanzec.com",
    "url": "http://www.ryanzec.com"
  },
  "dependencies": {},
  "devDependencies": {},
  "engines": {
    "node": ">=0.10.33"
  },
  "main": "lib/index.js",
  "homepage": "https://github.com/ryanzec/dom-utilities"
}
