{
  "_args": [
    [
      "chai-xml@0.3.2",
      "/home/luben/code/node-cdrator"
    ]
  ],
  "_development": true,
  "_from": "chai-xml@0.3.2",
  "_id": "chai-xml@0.3.2",
  "_inBundle": false,
  "_integrity": "sha512-HAyFPmJE0MEleo+sjWhJUxj+/aYBoUQg5EF/eGhbv1IZtx8mNGyGKD4jKlohhD4DsZaH5jay+Y/xtzBacBLdHw==",
  "_location": "/chai-xml",
  "_phantomChildren": {
    "deep-eql": "0.1.3"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "chai-xml@0.3.2",
    "name": "chai-xml",
    "escapedName": "chai-xml",
    "rawSpec": "0.3.2",
    "saveSpec": null,
    "fetchSpec": "0.3.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/chai-xml/-/chai-xml-0.3.2.tgz",
  "_spec": "0.3.2",
  "_where": "/home/luben/code/node-cdrator",
  "author": {
    "name": "Bertrand Chevrier",
    "email": "chevrier.bertrand@gmail.com",
    "url": "http://krampstudio.com"
  },
  "bugs": {
    "url": "https://github.com/krampstudio/chai-xml/issues"
  },
  "dependencies": {
    "chai": "^1.9.1",
    "xml2js": "^0.4.4"
  },
  "description": "Xml assertions for Chai",
  "devDependencies": {
    "eslint": "^4.18.2",
    "grunt": "^1.0.2",
    "grunt-cli": "^1.2.0",
    "grunt-eslint": "^20.1.0",
    "grunt-mocha-test": "^0.11.0",
    "load-grunt-tasks": "^0.6.0",
    "mocha": "^1.21.4"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/krampstudio/chai-xml",
  "keywords": [
    "chai-plugin",
    "chai",
    "xml",
    "test",
    "assert",
    "assertion",
    "assertXml"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/krampstudio/chai-xml/blob/master/LICENSE"
    }
  ],
  "main": "src/chai-xml",
  "name": "chai-xml",
  "repository": {
    "type": "git",
    "url": "git://github.com/krampstudio/chai-xml.git"
  },
  "scripts": {
    "lint": "grunt lint",
    "test": "grunt test"
  },
  "version": "0.3.2"
}
