showdown-section-groups
Version:
A showdown extension that wraps headers and paragraphs in sections
38 lines (37 loc) • 1.02 kB
JSON
{
"name": "showdown-section-groups",
"main": "./lib/showdown-section-groups.js",
"version": "0.3.0",
"description": "A showdown extension that wraps headers and paragraphs in sections",
"keywords": [
"markdown",
"md",
"showdown",
"extension"
],
"license": "MIT",
"author": "Chris Manson <chris.manson@simplabs.com>",
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/showdown-extension-boilerplate.git",
"web": "https://github.com/showdownjs/showdown-extension-boilerplate"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"chai": "^4.1.2",
"eslint": "^5.4.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0",
"showdown": "^1.8.6"
},
"peerDependencies": {
"showdown": "*"
},
"scripts": {
"test": "npm run build && mocha test",
"build": "babel src -d lib",
"prepublishOnly": "npm build"
}
}