-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 813 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 813 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
37
{
"name": "nodebb-plugin-beep",
"version": "0.4.7",
"description": "NodeBB Censor Curse Words Plugin",
"deprecated": false,
"main": "index.js",
"scripts": {
"test": "node tests"
},
"repository": {
"type": "git",
"url": "https://github.com/ninenine/nodebb-plugin-beep"
},
"keywords": [
"nodebb",
"plugin",
"beep",
"censor",
"curse",
"words"
],
"author": {
"name": "Davis Wainaina",
"email": "davisjwn@gmail.com"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/ninenine/nodebb-plugin-beep/issues"
},
"readme": "",
"readmeFilename": "README.md",
"_id": "nodebb-plugin-beep@0.4.4",
"_from": "nodebb-plugin-beep@0.4.4",
"nbbpm": {
"compatibility": "^1.0.0 || ^1.1.0 || ^1.13.0 || ^1.16.1 || ^2.0.0"
}
}