{
  "name": "chai-dom",
  "main": "chai-dom.js",
  "homepage": "https://github.com/nathanboktae/chai-dom",
  "authors": [
    "Nathan Black <nathan@nathanblack.org>"
  ],
  "description": "DOM assertions for the Chai assertion library using vanilla JavaScript",
  "keywords": [
    "test",
    "assertion",
    "assert",
    "testing",
    "dom",
    "no-jquery"
  ],
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "dependencies" : {
    "chai": "^3.0.0"
  }, 
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "test"
  ]
}
