-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 904 Bytes
/
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
{
"name": "lfg-sublistener",
"version": "3.1.0",
"description": "Tells other bundles when someone subscribes.",
"homepage": "http://supportclass.net/",
"scripts": {
"test": "npm run static",
"static": "eslint extension/**/*.js"
},
"author": {
"name": "Alex Van Camp",
"email": "email@alexvan.camp",
"url": "http://alexvan.camp"
},
"files": [
"dashboard",
"graphics",
"extension.js",
"extension"
],
"keywords": [
"twitch",
"subscriptions",
"subscribers",
"nodecg-bundle"
],
"nodecg": {
"compatibleRange": "~0.8.0"
},
"dependencies": {
"node-localstorage": "^1.1.2",
"tmi.js": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://lange@github.com/SupportClass/lfg-sublistener.git"
},
"license": "MIT",
"devDependencies": {
"eslint": "^3.10.2",
"eslint-config-xo": "^0.17.0"
}
}