{
  "name": "grunt-xmlstoke",
  "description": "CRUD for nodes in XML files based on XPath queries",
  "version": "0.7.1",
  "homepage": "https://github.com/fhfaa/grunt-xmlstoke",
  "author": {
    "name": "Flo Ziemer",
    "email": "flo@schinkenfreunde.de"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fhfaa/grunt-xmlstoke.git"
  },
  "bugs": {
    "url": "https://github.com/fhfaa/grunt-xmlstoke/issues"
  },
  "license": "MIT",
  "main": "Gruntfile.js",
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": ">=0.4.2",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^0.4.1"
  },
  "peerDependencies": {
    "grunt": ">=0.4.2"
  },
  "keywords": [
    "gruntplugin",
    "xml",
    "xmlpoke"
  ],
  "dependencies": {
    "xpath": "0.0.6",
    "xmldom": "~0.1.16"
  }
}
