{
  "name": "grunt-bower-main",
  "version": "0.2.0",
  "description": "Adds only the main files from Bower components to source code.",
  "homepage": "https://github.com/benmarch/grunt-bower-main",
  "repository": "https://github.com/benmarch/grunt-bower-main.git",
  "author": {
    "name": "Ben March"
  },
  "keywords": [
    "gruntplugin",
    "grunt",
    "bower",
    "wiredep"
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "license": "MIT",
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-bower-install-simple": "^1.0.3",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-nodeunit": "~0.4.0",
    "grunt-release": "^0.13.0",
    "jshint-stylish": "~1.0.0",
    "load-grunt-tasks": "~1.0.0"
  },
  "scripts": {
    "test": "grunt test"
  }
}
