{
  "name": "grunt-bower-postinst",
  "description": "Execute post install action on bower components",
  "version": "0.2.1",
  "homepage": "https://github.com/krampstudio/grunt-bower-postinst",
  "author": {
    "name": "Bertrand Chevrier",
    "email": "chevrier.bertrand@gmail.com",
    "url": "http://krampstudio.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/krampstudio/grunt-bower-postinst.git"
  },
  "bugs": {
    "url": "https://github.com/krampstudio/grunt-bower-postinst/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/krampstudio/grunt-bower-postinst/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies" : {
     "bower" : "1.2.4"  
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.1.1",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.1.2",
    "grunt": "~0.4.1",
    "grunt-bower-task": "~0.2.3"
  },
  "peerDependencies": {
    "grunt": "~0.4.1"
  },
  "keywords": [
    "gruntplugin",
    "bower",
    "postinst",
    "grunt-bower"
  ]
}
