UNPKG

pretty-remarkable

Version:

Plugin for prettifying markdown with Remarkable using custom renderer rules.

65 lines (64 loc) 1.26 kB
{ "name": "pretty-remarkable", "description": "Plugin for prettifying markdown with Remarkable using custom renderer rules.", "version": "1.0.0", "homepage": "https://github.com/jonschlinkert/pretty-remarkable", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/pretty-remarkable", "bugs": { "url": "https://github.com/jonschlinkert/pretty-remarkable/issues" }, "license": "MIT", "files": [ "index.js", "lib" ], "main": "index.js", "engines": { "node": ">=4.0" }, "scripts": { "test": "mocha" }, "dependencies": { "markdown-utils": "^1.0.0" }, "devDependencies": { "gulp-format-md": "^1.0.0", "mocha": "^5.2.0", "remarkable": "^1.7.1" }, "keywords": [ "beautify", "format", "markdown", "marked", "md", "plugin", "prettify", "pretty", "remarkable" ], "verb": { "run": true, "toc": true, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "markdown-toc", "markdown-utils", "prettify-markdown", "remarkable" ] }, "lint": { "reflinks": true } } }