{
  "name": "xml.js",
  "version": "0.0.8",
  "keywords": [
    "XML",
    "JXON",
    "DOM"
  ],
  "authors": [
    "Pierre Voisin <pierre.voisin@gmail.com>"
  ],
  "repository": "https://github.com/pvoisin/xml.js.git",
  "main": "source/XML.js",
  "devDependencies": {
    "grunt": "~0.4.5",
    "expect.js": "~0.3.1",
    "grunt-mocha-test": "~0.12.1",
    "mocha": "~1.21.5"
  },
  "dependencies": {
    "xmldom": "~0.1.19",
    "xpath": "0.0.7",
    "ytility": "0.0.2"
  },
  "scripts": {
    "test": "grunt test"
  }
}
