UNPKG

markdown-it-hashmention

Version:

Flowdock hashtag and mention parser for markdown-it

37 lines (36 loc) 977 B
{ "name": "markdown-it-hashmention", "version": "0.3.9", "description": "Flowdock hashtag and mention parser for markdown-it", "author": "Ville Lautanala <lautis@gmail.com>", "keywords": [ "markdown-it-plugin", "markdown-it", "flowdock" ], "homepage": "https://github.com/flowdock/markdown-it-flowdock", "repository": { "type": "git", "url": "git://github.com/flowdock/markdown-it-flowdock.git" }, "bugs": { "url": "https://github.com/flowdock/markdown-it-flowdock/issues" }, "license": "MIT", "main": "dist/index.js", "scripts": { "prepublish": "babel --modules common src --out-dir dist && babel-node support/unicode.js", "test": "mocha --compilers js:babel/register" }, "devDependencies": { "babel": "^5.5.8", "markdown-it": "^4.3.0", "markdown-it-testgen": "^0.1.4", "mocha": "^2.2.5", "regenerate": "^1.2.1", "unicode-7.0.0": "^0.1.5" }, "directories": { "test": "test" } }