{
  "name": "mimosa-npm-web-dependencies",
  "version": "0.2.0",
  "homepage": "http://www.mimosa.io",
  "author": "David Bashford",
  "description": "A Mimosa module to bundle NPM dependencies for use in your web app using browserify",
  "contributors": [
    {
      "name": "David Bashford",
      "email": "dbashford@hotmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dbashford/mimosa-npm-web-dependencies"
  },
  "keywords": [
    "mimosa",
    "mmodule",
    "npm",
    "dependencies",
    "browserify",
    "bower"
  ],
  "dependencies": {
    "browserify": "8.1.1",
    "derequire": "2.0.0",
    "wrench": "1.5.8",
    "detective":"4.0.0"
  },
  "main": "./src/index",
  "license": "MIT",
  "engines": {
    "node": ">=0.10"
  }
}
