@tommoor/remove-markdown
Version:
Remove Markdown formatting from text
28 lines (27 loc) • 658 B
JSON
{
"name": "@tommoor/remove-markdown",
"version": "0.3.2",
"description": "Remove Markdown formatting from text",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec test/remove-markdown.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tommoor/remove-markdown.git"
},
"keywords": [
"markdown"
],
"author": "Stian Grytøyr",
"license": "MIT",
"bugs": {
"url": "https://github.com/tommoor/remove-markdown/issues"
},
"homepage": "https://github.com/tommoor/remove-markdown",
"devDependencies": {
"chai": "^4.0.2",
"mocha": "^2.1.0",
"should": "^5.0.0"
}
}