{
  "name": "require-install",
  "version": "0.3.3",
  "description": "Automatically install non-installed packages when you require them",
  "main": "lib/require-install.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/crobays/require-install.git"
  },
  "keywords": [
    "require",
    "install",
    "runtime"
  ],
  "author": {
    "name": "Maikel Vlasman",
    "email": "require-install-q46ke5mph@userex.nl",
    "url": "https://github.com/crobays"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/crobays/require-install/issues"
  },
  "homepage": "https://github.com/crobays/require-install",
  "devDependencies": {
    "chai": "^2.3.0",
    "mocha": "^2.2.5"
  },
  "dependencies": {
    "descrevit": "^0.1.1",
    "dot-json": "^1.0.3",
    "npm": "^2.10.0"
  }
}
