{
  "name": "initializers",
  "version": "1.0.0",
  "description": "Demo for npm package ```require-dir-all```",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "alykoshin <alykoshin@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "async": "^1.4.0",
    "lodash": "^3.10.0",
    "path": "^0.11.14",
    "require-dir-all": "latest"
  }
}
