{
  "name": "relquire",
  "version": "0.4.1",
  "description": "yes, it's another wrapper for node's require.*",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha"
  },
  "repository": "",
  "keywords": [
    "require",
    "relative"
  ],
  "repository": "git@github.com:AgileDiagnosis/relquire.git",
  "author": "Agile Diagnosis <team@agilediagnosis.com>",
  "contributors": ["jden <jason@denizac.org>"],
  "license": "MIT",
  "devDependencies": {
    "chai": "~1.5.0",
    "mocha": "~1.8.2"
  }
}
