{
  "scripts": {
    "generate": "yo @renke/node-lib",
    "check": "eslint src test",
    "watch:check": "watch \"npm run check --silent\"",
    "test": "mocha --compilers js:babel-register",
    "watch:test": "mocha --compilers js:babel-register --watch",
    "prepublish": "npm run --production build",
    "build": "babel src --out-dir lib",
    "watch:build": "babel src --out-dir lib --watch"
  },
  "devDependencies": {
    "babel-cli": "^6",
    "babel-eslint": "^4",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-plugin-transform-decorators-legacy": "^1",
    "babel-plugin-transform-runtime": "^6",
    "babel-preset-es2015": "^6",
    "babel-preset-react": "^6",
    "babel-preset-stage-0": "^6",
    "babel-register": "^6",
    "chai": "^3",
    "eslint": "^1",
    "eslint-config-import": "^0",
    "eslint-plugin-babel": "^3",
    "eslint-plugin-import": "^0",
    "mocha": "^2",
    "sinon": "^1"
  },
  "repository": "renke/markdown-replace-section",
  "license": "ISC",
  "name": "markdown-replace-section",
  "version": "0.4.0",
  "description": "Replace a section in a Markdown file with different content",
  "private": false,
  "author": {
    "name": "Renke Grunwald",
    "email": "renke@renke.org"
  },
  "main": "lib",
  "dependencies": {
    "babel-runtime": "^6.5.0",
    "remark": "^4.0.0",
    "stdin": "0.0.1",
    "yargs": "^4.1.0"
  },
  "bin": {
    "markdown-replace-section": "./lib/cli.js"
  }
}
