forked from tedr56/nodebb-plugin-whoisin
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 680 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 680 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
{
"name": "nodebb-plugin-whoisin",
"version": "0.0.6",
"description": "A NodeBB plugin to embed a simple button to RSVP in a post",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/arasbm/nodebb-plugin-whoisin"
},
"keywords": [
"nodebb",
"plugin",
"RSVP",
"Sign up",
"invitation",
"respond"
],
"author": "Aras Balali Moghaddam <arasbm@gmail.com>",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/arasbm/nodebb-plugin-whoisin/issues"
},
"homepage": "https://github.com/arasbm/nodebb-plugin-whoisin",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}