ilib-loctool-ghfm-readmeio
Version:
A loctool plugin that knows how to process github-flavored markdown files with www.readme.io extensions
77 lines • 1.8 kB
JSON
{
"name": "ilib-loctool-ghfm-readmeio",
"version": "1.2.2",
"main": "./MarkdownFileType.js",
"description": "A loctool plugin that knows how to process github-flavored markdown files with www.readme.io extensions",
"license": "Apache-2.0",
"keywords": [
"internationalization",
"i18n",
"localization",
"l10n",
"globalization",
"g11n",
"strings",
"resources",
"locale",
"translation",
"webpack",
"loader",
"github",
"flavor",
"markdown",
"readme.io"
],
"email": "ehoogerbeets@gmail.com",
"author": {
"name": "Edwin Hoogerbeets",
"web": "http://www.translationcircle.com/",
"email": "ehoogerbeets@gmail.com"
},
"contributors": [
{
"name": "Edwin Hoogerbeets",
"email": "ehoogerbeets@gmail.com"
}
],
"files": [
"README.md",
"LICENSE",
"MarkdownFile.js",
"MarkdownFileType.js"
],
"repository": {
"type": "git",
"url": "https://github.com/iLib-js/ilib-mono.git"
},
"engines": {
"node": ">=6.0"
},
"dependencies": {
"he": "^1.2.0",
"ilib": "^14.1.0",
"log4js": "^2.11.0",
"rehype-raw": "^4.0.0",
"remark-highlight.js": "^5.1.0",
"remark-html": "^9.0.0",
"remark-parse": "^6.0.3",
"remark-rehype": "^4.0.0",
"remark-stringify": "^6.0.4",
"unified": "^7.1.0",
"unist-builder": "^1.0.3",
"unist-util-filter": "^1.0.0",
"unist-util-map": "^1.0.4",
"unist-util-visit": "^1.4.0",
"ilib-tree-node": "^2.0.0",
"message-accumulator": "^3.0.1"
},
"devDependencies": {
"nodeunit": "^0.11.3",
"loctool": "^2.25.3"
},
"scripts": {
"test": "node test/testSuite.js",
"debug": "NODE_OPTIONS=\"$NODE_OPTIONS --inspect-brk\" jest -i",
"clean": "git clean -f -d *"
}
}