{
  "name": "grunt-concat-bower",
  "description": "A grunt plugin to concat bower dependencies",
  "version": "0.6.0",
  "homepage": "https://github.com/jgallen23/grunt-concat-bower",
  "author": {
    "name": "Greg Allen",
    "email": "me@jga.me"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jgallen23/grunt-concat-bower.git"
  },
  "bugs": {
    "url": "https://github.com/jgallen23/grunt-concat-bower/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jgallen23/grunt-concat-bower/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.1.1",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.1.2",
    "grunt": "~0.4.1",
    "grunt-contrib-watch": "~0.5.2"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin",
    "bower",
    "concat"
  ],
  "dependencies": {
    "bower": "~1.1.2",
    "deptree": "~0.1.0"
  }
}
