mentions-regex
Version:
100% twitter compatible `@mentions` regex! Regular expression for matching `@username` mentions, as used on twitter, facebook, github, etc.
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "mentions-regex",
"version": "2.0.3",
"description": "100% twitter compatible `@mentions` regex! Regular expression for matching `@username` mentions, as used on twitter, facebook, github, etc.",
"scripts": {
"test": "standard && node test.js",
"travis": "standard && istanbul cover test.js --report lcovonly"
},
"author": {
"name": "Charlike Mike Reagent",
"email": "mameto_100@mail.bg",
"url": "https://github.com/tunnckoCore"
},
"repository": {
"type": "git",
"url": "git://github.com/regexps/mentions-regex.git"
},
"keywords": [
"correct",
"expression",
"facebook",
"github",
"google",
"mention",
"mentions",
"regex",
"regexp",
"regexps",
"regular",
"regular expression",
"regular expressions",
"twitter",
"user"
],
"license": {
"type": "MIT",
"url": "https://github.com/regexps/mentions-regex/blob/master/LICENSE.md"
},
"dependencies": {},
"devDependencies": {
"assertit": "^0.1.0",
"istanbul": "^0.3.9",
"standard": "^3.7.3"
}
}