remarkable-mentions
Version:
Transform @ mentions into markdown links.
78 lines (77 loc) • 1.51 kB
JSON
{
"name": "remarkable-mentions",
"description": "Transform @ mentions into markdown links.",
"version": "0.1.0",
"homepage": "https://github.com/doowb/remarkable-mentions",
"author": "Brian Woodward (https://github.com/doowb)",
"repository": "doowb/remarkable-mentions",
"bugs": {
"url": "https://github.com/doowb/remarkable-mentions/issues"
},
"license": "MIT",
"files": [
"index.js",
"LICENSE"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"extend-shallow": "^2.0.1",
"to-mention-link": "^0.1.0"
},
"devDependencies": {
"gulp-format-md": "^0.1.10",
"mocha": "^3.0.2",
"remarkable": "^1.6.2"
},
"keywords": [
"@-mention",
"@-mentions",
"@mention",
"@mentions",
"at-mention",
"at-mentions",
"mention",
"mention-link",
"mention-links",
"mentions",
"mentions-link",
"mentions-links",
"parse",
"remarkable",
"remarkable-plugin",
"remarkableplugin",
"to-mention-links",
"to-mentions-links"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"related": {
"list": [
"to-mention-link",
"parse-mentions",
"remarkable",
"markdown-link"
]
},
"reflinks": [
"verb",
"verb-generate-readme"
]
}
}