{
  "name": "textlint-plugin-md-erb",
  "version": "2.0.4",
  "description": "A textlint plugin to support the erb file with markdown format",
  "main": "lib/index.js",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "babel -s -d lib src"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:moznion/textlint-plugin-md-erb.git"
  },
  "bugs": {
    "url": "https://github.com/moznion/textlint-plugin-md-erb/issues"
  },
  "keywords": [
    "textlint",
    "plugin",
    "erb",
    "markdown"
  ],
  "author": "moznion",
  "email": "moznion@gmail.com",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1"
  },
  "dependencies": {
    "@textlint/markdown-to-ast": "^6.0.4"
  }
}
