{
  "author": {
    "name": "Ben Newman",
    "email": "bn@cs.stanford.edu"
  },
  "name": "install",
  "description": "Minimal JavaScript module loader",
  "keywords": [
    "modules",
    "require",
    "commonjs",
    "exports",
    "browser",
    "packaging",
    "packager",
    "install"
  ],
  "version": "0.1.8",
  "homepage": "http://github.com/benjamn/install",
  "repository": {
    "type": "git",
    "url": "git://github.com/benjamn/install.git"
  },
  "main": "main.js",
  "scripts": {
    "test": "mocha test/run.js"
  },
  "devDependencies": {
    "mocha": "~2.0.1"
  },
  "engines": {
    "node": ">= 0.6"
  }
}
