{
  "name": "diapo",
  "version": "0.3.1",
  "description": "Easy to use, markdown based presentation framework with sane defaults.",
  "main": "cli.js",
  "scripts": {
    "test": "standard"
  },
  "bin": {
    "diapo": "cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/delvedor/diapo.git"
  },
  "keywords": [
    "presentation",
    "system",
    "slides",
    "markdown"
  ],
  "engines": {
    "node": ">=8"
  },
  "author": "Tomas Della Vedova - @delvedor (http://delved.org)",
  "original-author": "Tom MacWright",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/delvedor/diapo/issues"
  },
  "homepage": "https://github.com/delvedor/diapo#readme",
  "devDependencies": {
    "standard": "^12.0.1"
  },
  "dependencies": {
    "chokidar": "^2.0.4",
    "commist": "^1.0.0",
    "cpy": "^7.0.1",
    "decktape": "^2.8.9",
    "help-me": "^1.1.0",
    "inliner": "^1.13.1",
    "marked": "^0.5.1",
    "minimist": "^1.2.0",
    "mustache": "^3.0.0",
    "serve-handler": "^5.0.5"
  }
}
