{
  "name": "dom-compare-temp",
  "description": "Library to compare two DOM trees",
  "version": "0.1.0",
  "author": "shakyshane",
  "contributors": [],
  "keywords": [
    "dom",
    "comparison"
  ],
  "bin": {
    "domcompare": "bin/domcompare"
  },
  "dependencies": {
    "argparse": "latest",
    "xmldom": "0.1.16",
    "colors": "latest"
  },
  "devDependencies": {
    "istanbul": "latest",
    "mocha-istanbul": "latest",
    "coveralls": "",
    "xmldom": "latest",
    "assert": "latest",
    "mocha": "latest"
  },
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha -R spec"
  },
  "repository": "git@github.com:Olegas/dom-compare.git",
  "engines": {
    "node": "*"
  }
}
