{
  "name": "grunt-init",
  "description": "Generate project scaffolding from a template.",
  "version": "0.3.2",
  "homepage": "https://github.com/gruntjs/grunt-init",
  "author": {
    "name": "Grunt Team",
    "url": "http://gruntjs.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gruntjs/grunt-init.git"
  },
  "bugs": {
    "url": "https://github.com/gruntjs/grunt-init/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/gruntjs/grunt-init/blob/master/LICENSE-MIT"
    }
  ],
  "preferGlobal": true,
  "bin": "bin/grunt-init",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "prompt": "~0.1.12",
    "semver": "~1.0.14",
    "hooker": "~0.2.3",
    "colors": "~0.6.0-1",
    "grunt": "~0.4.0",
    "lodash": "~2.4.1",
    "async": "~0.2.10"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-nodeunit": "~0.3.0"
  },
  "keywords": [
    "grunt",
    "template",
    "scaffold",
    "generate",
    "project"
  ]
}
