{
  "name": "markdawn",
  "version": "0.2.1",
  "description": "(multi)markdown for paged documents. Outputs to pdf",
  "author": "Giacomo Tagliabue <giacomo.tag@gmail.com>",
  "files": [
    "lib"
  ],
  "main": "lib/core",
  "bin": {
    "markdawn": "lib/cli.js"
  },
  "scripts": {
    "build": "tsc && chmod +x lib/cli.js",
    "lint": "tslint --project tsconfig.json",
    "test": "npm run lint",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:itajaja/markdawn.git"
  },
  "keywords": [
    "multimarkdown",
    "markdown",
    "pdf",
    "document"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/itajaja/markdawn/issues"
  },
  "homepage": "https://github.com/itajaja/markdawn",
  "dependencies": {
    "cheerio": "^0.19.0",
    "commander": "^2.8.0",
    "highlight.js": "^8.5.0",
    "markdown-toc": "^0.11.1",
    "puppeteer": "^0.10.2",
    "remarkable": "^1.6.0"
  },
  "peerDependencies": {},
  "devDependencies": {
    "@types/node": "^8.0.28",
    "run-sequence": "^1.1.0",
    "tslint": "^5.7.0",
    "typescript": "^2.5.2"
  }
}
