{
  "name": "static-site",
  "description": "A simple static site generator",
  "version": "1.3.6",
  "author": "Paul C Pederson <paul.c.pederson@gmail.com>",
  "bugs": {
    "url": "https://github.com/paulcpederson/static-site/issues"
  },
  "devDependencies": {
    "rimraf": "^6.1.2",
    "shelljs": "^0.10.0",
    "tap-spec": "^5.0.0",
    "tape": "^5.9.0"
  },
  "homepage": "https://github.com/paulcpederson/static-site",
  "keywords": [
    "build",
    "html",
    "site",
    "static"
  ],
  "bin": {
    "static-site": "bin/static-site.js"
  },
  "license": "ISC",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulcpederson/static-site.git"
  },
  "scripts": {
    "test": "tape 'test/**/*.js' | tap-spec"
  },
  "dependencies": {
    "argv-parse": "^1.0.1",
    "free-swig": "^1.5.5",
    "glob": "^13.0.0",
    "gray-matter": "^4.0.3",
    "highlight.js": "^11.11.1",
    "markdown-it": "^14.1.0",
    "minimatch": "^10.1.1",
    "mkdirp": "^3.0.1",
    "read-data": "^1.1.0",
    "swig-extras": "0.0.1"
  }
}
