{
  "name": "grunt-bower-task",
  "description": "Install Bower packages.",
  "version": "0.4.0",
  "homepage": "https://github.com/yatskevich/grunt-bower-task",
  "author": {
    "name": "Ivan Yatskevich",
    "email": "ivan@yatskevich.com"
  },
  "contributors": [
    {
      "name": "Maksim Horbachevsky",
      "url": "https://github.com/fantactuka"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/yatskevich/grunt-bower-task.git"
  },
  "bugs": {
    "url": "https://github.com/yatskevich/grunt-bower-task/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/yatskevich/grunt-bower-task/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "bower": "~1.3.0",
    "lodash": "~0.10.0",
    "rimraf": "~2.0.2",
    "wrench": "~1.4.3",
    "colors": "~0.6.0-1",
    "async": "~0.1.22"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-cli": "~0.1.6",
    "grunt-contrib-jshint": "0.3.0",
    "grunt-simple-mocha": "~0.4.0",
    "chai": "1.7.2",
    "grunt-contrib-nodeunit": "~0.1.2"
  },
  "keywords": [
    "gruntplugin",
    "bower"
  ]
}
