{
  "name": "md2xliff",
  "version": "2.0.0",
  "description": "Markdown to XLIFF converter",
  "main": "index.js",
  "bin": {
    "extract": "./bin/extract",
    "xliffReconstruct": "./bin/xliff-reconstruct",
    "pretranslate": "./bin/pretranslate"
  },
  "scripts": {
    "test": "nyc mocha && node test/smoke"
  },
  "bugs": {
    "url": "http://github.com/tadatuta/md2xliff/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tadatuta/md2xliff.git"
  },
  "author": "Vladimir Grinenko <i@tadatuta.com>",
  "keywords": [
    "xliff",
    "markdown",
    "skeleton",
    "translation",
    "localization",
    "i18n",
    "github",
    "xlf",
    "code"
  ],
  "license": "MIT",
  "dependencies": {
    "escape-html": "^1.0.3",
    "esprima": "^2.7.0",
    "esprima-extract-comments": "^0.1.2",
    "got": "^5.0.0",
    "htmlparser2": "^3.8.3",
    "is-html": "^1.1.0",
    "marked": "^0.3.5",
    "postcss": "^5.0.10",
    "strip": "^3.0.0",
    "xamel": "^0.3.1"
  },
  "devDependencies": {
    "mocha": "^3.5.0",
    "nyc": "^11.1.0"
  }
}
