UNPKG

markdown-it-fontawesome

Version:

Markdown-it plugin that adds Font Awesome 5 icons support

34 lines (33 loc) 899 B
{ "name": "markdown-it-fontawesome", "version": "0.3.0", "description": "Markdown-it plugin that adds Font Awesome 5 icons support", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha test" }, "repository": { "type": "git", "url": "git+https://github.com/nunof07/markdown-it-fontawesome.git" }, "keywords": [ "markdown-it-plugin", "markdown-it", "markdown", "fontawesome" ], "author": "Nuno Freitas <nunofreitas@gmail.com> (https://github.com/nunof07)", "license": "MIT", "bugs": { "url": "https://github.com/nunof07/markdown-it-fontawesome/issues" }, "homepage": "https://github.com/nunof07/markdown-it-fontawesome#readme", "dependencies": { "markdown-it-regexp": "^0.4.0" }, "devDependencies": { "chai": "^4.1.2", "markdown-it": "^8.4.1", "mocha": "^5.1.1" } }