forked from ninenine/nodebb-plugin-beep
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 777 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@nodebb/nodebb-plugin-beep",
"version": "1.1.4",
"description": "NodeBB Plugin that allows users to censor curse words in their posts.",
"main": "index.js",
"scripts": {
"test": "node tests"
},
"repository": {
"type": "git",
"url": "https://github.com/NodeBB-Community/nodebb-plugin-beep"
},
"keywords": [
"nodebb",
"plugin",
"beep",
"censor",
"curse",
"words"
],
"dependencies": {
"validator": "13.11.0"
},
"author": {
"name": "Davis Wainaina",
"email": "davisjwn@gmail.com"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/NodeBB-Community/nodebb-plugin-beep/issues"
},
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^3.2.0 || ^4.x"
}
}