-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "nodebb-plugin-twitch",
"version": "1.0.5",
"description": "NodeBB Twitch Plugin",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xCausxn/nodebb-plugin-twitch"
},
"keywords": [
"nodebb",
"plugin",
"twitch",
"multitwitch",
"video",
"embed"
],
"author": "xCausxn <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/xCausxn/nodebb-plugin-twitch/issues"
},
"nbbpm": {
"compatibility": "^0.6.0"
},
"_from": "[email protected]",
"homepage": "https://github.com/xCausxn/nodebb-plugin-twitch",
"dist": {
"tarball": "http://registry.npmjs.org/nodebb-plugin-twitch/-/nodebb-plugin-twitch-1.0.5.tgz"
},
"_npmVersion": "1.4.3",
"_npmUser": {
"name": "xcausxn",
"email": "[email protected]"
},
"maintainers": [
"xCausxn <[email protected]>"
],
"directories": {},
"_resolved": "https://registry.npmjs.org/nodebb-plugin-twitch/-/nodebb-plugin-twitch-1.0.5.tgz"
}