{
  "name": "markdown-magic-install-command",
  "version": "2.0.0",
  "description": "Print install command for markdown file",
  "main": "index.js",
  "scripts": {
    "docs": "node example.js",
    "prepublish": "npm run docs"
  },
  "keywords": [
    "markdown-magic",
    "install",
    "command",
    "plugin"
  ],
  "author": "Patrick Camacho <patrick@daftdevelopers.com>",
  "license": "MIT",
  "devDependencies": {
    "markdown-magic": "^2.0.0"
  },
  "peerDependencies": {
    "markdown-magic": ">=0.1 <=2.x"
  },
  "dependencies": {
    "findup": "^0.1.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/camacho/markdown-magic-install-command.git"
  },
  "bugs": {
    "url": "https://github.com/camacho/markdown-magic-install-command/issues"
  },
  "homepage": "https://github.com/camacho/markdown-magic-install-command#readme"
}
