{
  "name": "static-shack",
  "version": "0.1.4",
  "main": "index.js",
  "repository": "git@github.com:tjdavenport/static-shack.git",
  "author": "tjdavenport <tjdavenport2@gmail.com>",
  "license": "MIT",
  "bin": {
    "static-shack": "./bin/static-shack"
  },
  "devDependencies": {
    "axios": "^0.18.0",
    "cheerio": "^1.0.0-rc.2",
    "http-server": "^0.11.1",
    "mocha": "^6.0.2",
    "rimraf": "^2.6.3"
  },
  "dependencies": {
    "commander": "^2.19.0",
    "ejs": "^2.6.1",
    "express": "^4.16.4",
    "fs-extra": "^7.0.1"
  }
}
