to-gfm-code-block
Version:
Generate a github-flavored-markdown fenced-code-block snippet.
49 lines (48 loc) • 993 B
JSON
{
"name": "to-gfm-code-block",
"description": "Generate a github-flavored-markdown fenced-code-block snippet.",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/to-gfm-code-block",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/to-gfm-code-block.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/to-gfm-code-block/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/to-gfm-code-block/blob/master/LICENSE"
},
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": [
"block",
"code",
"fence",
"fences",
"formatted",
"gfm",
"markdown",
"md",
"pre",
"pre-formatted",
"text"
]
}