{
  "name": "md-pillar",
  "version": "2.1.0",
  "description": "a package convert md to html file",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "mdtohtml": "bin/index"
  },
  "keywords": [
    "markdown",
    "html",
    "convert"
  ],
  "author": "andylaw",
  "license": "ISC",
  "dependencies": {
    "@wulechuan/css-stylus-markdown-themes": "^6.3.27",
    "@wulechuan/gulp-markdown-to-html": "^2.8.14",
    "gulp": "^4.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anderlaw/mdtohhtml.git"
  },
  "bugs": {
    "url": "https://github.com/anderlaw/mdtohhtml/issues"
  },
  "homepage": "https://github.com/anderlaw/mdtohhtml#readme"
}
