{
  "name": "silent",
  "version": "0.2.3",
  "description": "Be a silent, static blog",
  "keywords": [
    "blog",
    "static",
    "template",
    "site",
    "silentor",
    "silent"
  ],
  "homepage": "https://github.com/fritx/silent",
  "repository": "git@github.com:fritx/silent.git",
  "license": "MIT",
  "bin": "cli.js",
  "main": "index.js",
  "scripts": {
    "test": "test -d blog"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "dependencies": {
    "prompts": "^2.4.2",
    "shelljs": "^0.8.5"
  }
}
