{
  "name": "node-slate-cli",
  "version": "1.1.0",
  "description": "CLI for sdelements/node-slate and lord/slate",
  "main": "index.js",
  "keywords": [
    "slate",
    "nodejs",
    "api",
    "api-documentation",
    "node-slate",
    "static-site-generator",
    "cli"
  ],
  "bin": {
    "slate-cli": "./bin/slate-cli"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/suhay/node-slate-cli.git"
  },
  "author": "Matt Suhay <matthew.suhay@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/suhay/node-slate-cli/issues"
  },
  "homepage": "https://github.com/suhay/node-slate-cli#readme",
  "dependencies": {
    "chokidar": "^2.0.4",
    "clean-css": "^4.2.1",
    "concat": "^1.0.3",
    "ejs": "^2.6.1",
    "fs-extra": "^7.0.1",
    "highlight.js": "^9.13.1",
    "js-yaml": "^3.12.1",
    "klaw": "^3.0.0",
    "klaw-sync": "^6.0.0",
    "live-server": "^1.2.1",
    "marked": "^0.6.0",
    "minimist": "^1.2.0",
    "sass": "^1.16.0",
    "uglify-js": "^3.4.9"
  }
}
