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