{
  "name": "markdown-include",
  "version": "0.4.3",
  "description": "Include markdown files into other markdown files with C style syntax.",
  "main": "markdown-include.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/sethen/markdown-include.git"
  },
  "keywords": [
    "markdown-include",
    "markdown",
    "include"
  ],
  "bin": {
    "markdown-include": "./bin/cli.js"
  },
  "author": "Sethen Maleno",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sethen/markdown-include/issues"
  },
  "homepage": "https://github.com/sethen/markdown-include",
  "devDependencies": {
    "intern": "^2.2.2"
  },
  "dependencies": {
    "q": "^1.2.0"
  },
  "scripts": {
    "docs": "./bin/cli.js markdown.json",
    "test": "node_modules/.bin/intern-client config=tests/intern.js"
  }
}
