{
  "name": "grunt-pugpig-editions-xml",
  "version": "0.2.0",
  "description": "Generate editions XML file for PugPig publications.",
  "homepage": "https://github.com/furzeface/grunt-pugpig-editions-xml",
  "repository": "https://github.com/furzeface/grunt-pugpig-editions-xml",
  "author": {
    "name": "Daniel Furze",
    "email": "daniel@furzeface.com",
    "url": "http://github.com/furzeface"
  },
  "keywords": [
    "gruntplugin",
    "pugpig",
    "editions"
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^0.5.1",
    "superb": "^1.0.2",
    "xmlbuilder": "^2.4.0"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-nodeunit": "~0.4.1",
    "jshint-stylish": "~0.4.0",
    "load-grunt-tasks": "~0.6.0"
  },
  "scripts": {
    "test": "grunt test"
  }
}
