{
  "name": "eip-local-deploy",
  "version": "2.0.4",
  "description": "Deploy static websites locally by compiling all handlebars",
  "main": "deploy.js",
  "scripts": {
    "test": "cd ./test && node ../deploy.js staging"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git-codecommit.eu-west-1.amazonaws.com/v1/repos/eip-tools"
  },
  "keywords": [
    "local",
    "deploy"
  ],
  "author": "Oliver Edgington <oliver.edgington@telegraph.co.uk>",
  "license": "ISC",
  "dependencies": {
    "glob": "^7.1.2",
    "handlebars": "^4.0.11",
    "highland": "^2.13.0",
    "highland-wrapcallback": "0.0.1",
    "lodash": "^4.17.10",
    "md5-file": "^4.0.0",
    "mime": "^2.3.1",
    "path": "^0.12.7",
    "ramda": "^0.25.0",
    "recursive-readdir": "^2.2.2"
  },
  "bin": {
    "local-deploy": "deploy.js"
  },
  "preferGlobal": "true"
}
