{
  "name": "simple-dockerfile",
  "description": "Simple dockerfile for building node.js applications",
  "version": "3.0.0",
  "bin": {
    "install-dockerfile": "./bin/install.js"
  },
  "scripts": {
    "test": "./test/test.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/noblesamurai/simple-dockerfile.git"
  },
  "keywords": [
    "docker",
    "Dockerfile"
  ],
  "author": "Tim Allen <tim@noblesamurai.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/noblesamurai/simple-dockerfile/issues"
  },
  "homepage": "https://github.com/noblesamurai/simple-dockerfile#readme",
  "dependencies": {
    "fs-extra": "^6.0.0"
  }
}
