{
  "name": "needs",
  "version": "1.0.4",
  "description": "Require multiple modules in node.js.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha test/**/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/taoyuan/needs.git"
  },
  "keywords": [
    "require",
    "multiple",
    "module",
    "node",
    "load",
    "all"
  ],
  "author": "Tao Yuan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/taoyuan/needs/issues"
  },
  "homepage": "https://github.com/taoyuan/needs",
  "dependencies": {
    "lodash": "^4.17.4",
    "minimatch": "^3.0.3"
  },
  "devDependencies": {
    "chai": "~3.5.0",
    "mocha": "~3.2.0"
  }
}
