{
  "name": "grunt-browserify",
  "description": "Grunt task for node-browserify",
  "version": "3.3.0",
  "homepage": "https://github.com/jmreidy/grunt-browserify",
  "contributors": [
    {
      "name": "Justin Reidy",
      "email": "jmreidy@rzrsharp.net"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/jmreidy/grunt-browserify.git"
  },
  "bugs": {
    "url": "https://github.com/jmreidy/grunt-browserify/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jmreidy/grunt-browserify/blob/master/LICENSE-MIT"
    }
  ],
  "main": "grunt.js",
  "engines": {
    "node": ">= 0.8.x"
  },
  "scripts": {
    "test": "mocha -R spec --timeout 5000"
  },
  "dependencies": {
    "async": "^0.9.0",
    "browserify": "^8.1.0",
    "glob": "^4.3.4",
    "lodash": "^2.4.1",
    "resolve": "^1.0.0",
    "watchify": "^2.2.1"
  },
  "devDependencies": {
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.10.0",
    "mocha": "^2.1.0",
    "sinon": "^1.12.2"
  },
  "peerDependencies": {
    "grunt": "^0.4.0"
  },
  "keywords": [
    "gruntplugin",
    "browserify",
    "grunt"
  ],
  "gitHead": "318ecc9064267407f40ac323217880c9b9e290c8",
  "_id": "grunt-browserify@3.3.0",
  "_shasum": "7f633e05e94fbd9ce1e0c52882fbaceb888129f4",
  "_from": "grunt-browserify@*",
  "_npmVersion": "1.4.28",
  "_npmUser": {
    "name": "tleunen",
    "email": "tommy.leunen@gmail.com"
  },
  "maintainers": [
    {
      "name": "jmreidy",
      "email": "jmreidy@rzrsharp.net"
    },
    {
      "name": "tleunen",
      "email": "tommy.leunen@gmail.com"
    }
  ],
  "dist": {
    "shasum": "7f633e05e94fbd9ce1e0c52882fbaceb888129f4",
    "tarball": "http://registry.npmjs.org/grunt-browserify/-/grunt-browserify-3.3.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/grunt-browserify/-/grunt-browserify-3.3.0.tgz"
}
