UNPKG

869 BJSONView Raw
1{
2 "name": "nodebb-plugin-mentions",
3 "version": "2.15.0",
4 "description": "NodeBB Plugin that allows users to mention other users by prepending an '@' sign to their username",
5 "main": "library.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/julianlam/nodebb-plugin-mentions"
12 },
13 "keywords": [
14 "nodebb",
15 "plugin",
16 "username",
17 "mentions"
18 ],
19 "author": "Julian Lam <julian@designcreateplay.com>",
20 "license": "BSD-2-Clause",
21 "bugs": {
22 "url": "https://github.com/julianlam/nodebb-plugin-mentions/issues"
23 },
24 "nbbpm": {
25 "compatibility": "^1.15.0"
26 },
27 "dependencies": {
28 "async": "^2",
29 "html-entities": "^2.0.0",
30 "validator": "^13.0.0",
31 "xregexp": "^5.1.0"
32 },
33 "devDependencies": {
34 "mocha": "9.1.3"
35 }
36}