{
  "name": "@mojule/dom-utils",
  "version": "0.2.8",
  "description": "DOM traversal/query/manipulation functions",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "nyc --reporter=html --reporter=text mocha"
  },
  "typings": "./typings/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mojule/mojule.git"
  },
  "keywords": [],
  "author": "Nik Coughlin <nrkn.com@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mojule/mojule/issues"
  },
  "homepage": "https://github.com/mojule/mojule/packages/dom-utils#readme",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@mojule/document": "^0.2.1",
    "mocha": "^4.0.1",
    "nyc": "^11.3.0"
  },
  "dependencies": {
    "@mojule/is": "^0.3.9",
    "@mojule/node-utils": "^0.2.6"
  }
}
