{
  "name": "grunt-mkdir",
  "description": "Create directories with Grunt.",
  "version": "1.1.0",
  "homepage": "https://github.com/rubenv/grunt-mkdir",
  "author": {
    "name": "Ruben Vermeersch",
    "email": "ruben@savanne.be",
    "url": "http://savanne.be/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rubenv/grunt-mkdir.git"
  },
  "bugs": {
    "url": "https://github.com/rubenv/grunt-mkdir/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/rubenv/grunt-mkdir/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "coffee-script": "^1.6.1",
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.4.1",
    "grunt-contrib-coffee": "^0.6.7",
    "grunt-contrib-watch": "^0.3.1",
    "grunt-mocha-cli": "^1.14.0",
    "grunt-release": "^0.14.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin"
  ]
}
