{
  "main": "index.js",
  "scripts": {
    "retire": "retire -p",
    "lint": "eslint *.js test",
    "docs-page": "documentation --lint --github --format html --output .",
    "docs-readme": "documentation-readme -s Usage",
    "docs-check": "documentation-readme -s Usage -c",
    "test": "npm run retire && npm run lint && npm run docs-check && tap --cov test/*.js",
    "prepublish": "npm run docs-readme"
  },
  "devDependencies": {
    "documentation": "^2.1.0-alpha2",
    "documentation-readme": "^2.0.0",
    "eslint": "^1.6.0",
    "eslint-config-mourner": "^1.0.1",
    "eslint-config-standard": "^4.4.0",
    "eslint-plugin-standard": "^1.3.1",
    "mdast": "^2.3.0",
    "retire": "*",
    "tap": "^2.1.1"
  },
  "name": "mdast-util-inject",
  "description": "Inject some markdown into some other markdown, keeping heading structure intact.",
  "version": "1.1.0",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anandthakker/mdast-util-inject.git"
  },
  "keywords": [
    "mdast"
  ],
  "author": "Anand Thakker <vestibule@anandthakker.net> (http://anandthakker.net/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anandthakker/mdast-util-inject/issues"
  },
  "homepage": "https://github.com/anandthakker/mdast-util-inject#readme",
  "dependencies": {
    "mdast-util-to-string": "^1.0.0"
  }
}
