{
  "name": "grunt-bower-task",
  "description": "Install Bower packages.",
  "version": "0.6.2",
  "homepage": "https://github.com/yatskevich/grunt-bower-task",
  "author": {
    "name": "Ivan Yatskevich",
    "email": "ivan@yatskevich.com"
  },
  "contributors": [
    {
      "name": "Tyler Hughes",
      "url": "https://github.com/tylerbhughes"
    },
    {
      "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": {
    "async": "^2.3.0",
    "bower": "^1.7.9",
    "bower-json": "^0.8.1",
    "colors": "1.4.0",
    "fs-extra": "^2.1.2",
    "lodash": "^4.17.21",
    "rimraf": "^2.6.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-simple-mocha": "^0.4.1"
  },
  "keywords": [
    "gruntplugin",
    "bower"
  ]
}
