{
  "name": "shmod",
  "version": "1.2.7",
  "description": "Shared local modules w/o dependencies duplications",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "local",
    "shared",
    "module",
    "package",
    "dependency",
    "duplication"
  ],
  "author": "Alexander Nuikin",
  "license": "BSD-2-Clause",
  "dependencies": {
    "lodash": "^4.17.4",
    "mkdirp": "^0.5.1",
    "mz": "^2.6.0",
    "when": "^3.7.7"
  },
  "bin": {
    "shmod": "./src/index.js"
  },
  "repository": "bitbucket:nukisman/shmod",
  "readme": "README.md"
}
