UNPKG

remove-markdown

Version:
34 lines (33 loc) 730 B
{ "name": "remove-markdown", "version": "0.6.4", "description": "Remove Markdown formatting from text", "main": "index.js", "files": [ "index.js", "index.d.ts", "README.md", "LICENSE" ], "scripts": { "test": "./node_modules/.bin/mocha -R spec test/remove-markdown.js" }, "repository": { "type": "git", "url": "https://github.com/zuchka/remove-markdown.git" }, "keywords": [ "markdown" ], "author": "Stian Grytøyr", "license": "MIT", "bugs": { "url": "https://github.com/zuchka/remove-markdown/issues" }, "homepage": "https://github.com/zuchka/remove-markdown", "devDependencies": { "chai": "^4.0.2", "mocha": "^10.2.0", "should": "^5.0.0" } }