forked from NodeBB-Community/nodebb-plugin-user-invitations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 771 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 771 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
{
"name": "nodebb-plugin-newuser-invitation",
"version": "0.3.1",
"description": "A NodeBB plugin allowing current users to email invitations to potential new users.",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB-Community/nodebb-plugin-user-invitations"
},
"keywords": [
"nodebb",
"plugin",
"user",
"invite",
"invitation"
],
"author": {
"name": "Timothy Fike",
"email": "tafike@gmail.com"
},
"license": "(CC0-1.0 OR MIT)",
"bugs": {
"url": "https://github.com/NodeBB-Community/nodebb-plugin-user-invitations/issues"
},
"homepage": "https://github.com/NodeBB-Community/nodebb-plugin-user-invitations",
"nbbpm": {
"compatibility": "^0.8.0 || ^0.9.0"
}
}