-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 loc) · 1.49 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "nodebb-plugin-buttons-galore",
"version": "0.0.4",
"description": "Allows you to take NodeBB's composer to the next level to provide more user-friendly buttons.",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/TedRinehart/nodebb-plugin-buttons-galore"
},
"keywords": [
"nodebb",
"plugin",
"composer",
"buttons"
],
"author": {
"name": "Ted Rinehart",
"email": "[email protected]"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/TedRinehart/nodebb-plugin-buttons-galore/issues"
},
"_id": "[email protected]",
"_from": "nodebb-plugin-buttons-galore@*",
"gitHead": "7a05d9c2970e831632b260a827dc786868cd7767",
"homepage": "https://github.com/TedRinehart/nodebb-plugin-buttons-galore",
"_shasum": "fd38cd3f5ddc13514bc0c7addfe975de4e29e483",
"_npmVersion": "1.4.23",
"_npmUser": {
"name": "tedrinehart",
"email": "[email protected]"
},
"maintainers": [
{
"name": "tedrinehart",
"email": "[email protected]"
}
],
"dist": {
"shasum": "fd38cd3f5ddc13514bc0c7addfe975de4e29e483",
"tarball": "http://registry.npmjs.org/nodebb-plugin-buttons-galore/-/nodebb-plugin-buttons-galore-0.0.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/nodebb-plugin-buttons-galore/-/nodebb-plugin-buttons-galore-0.0.3.tgz"
}