This repository has been archived by the owner on Oct 11, 2021. It is now read-only.
forked from cletusc/Userscript--Twitch-Chat-Emotes
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
78 lines (78 loc) · 2.61 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "twitch-chat-emotes",
"version": "2.2.0",
"homepage": "http://cletusc.github.io/Userscript--Twitch-Chat-Emotes/",
"bugs": "https://github.com/cletusc/Userscript--Twitch-Chat-Emotes/issues",
"author": "Ryan Chatham <[email protected]> (https://github.com/cletusc)",
"repository": {
"type": "git",
"url": "https://github.com/cletusc/Userscript--Twitch-Chat-Emotes.git"
},
"userscript": {
"name": "Twitch Chat Emotes",
"namespace": "#Cletus",
"version": "{{{pkg.version}}}",
"description": "Adds a button to Twitch that allows you to \"click-to-insert\" an emote.",
"copyright": "2011+, {{{pkg.author}}}",
"author": "{{{pkg.author}}}",
"icon": "http://www.gravatar.com/avatar.php?gravatar_id=6875e83aa6c563790cb2da914aaba8b3&r=PG&s=48&default=identicon",
"license": [
"MIT; http://opensource.org/licenses/MIT",
"CC BY-NC-SA 3.0; http://creativecommons.org/licenses/by-nc-sa/3.0/"
],
"homepage": "{{{pkg.homepage}}}",
"supportURL": "{{{pkg.bugs}}}",
"contributionURL": "http://cletusc.github.io/Userscript--Twitch-Chat-Emotes/#donate",
"grant": "none",
"include": [
"http://*.twitch.tv/*",
"https://*.twitch.tv/*"
],
"exclude": [
"http://api.twitch.tv/*",
"https://api.twitch.tv/*",
"http://tmi.twitch.tv/*",
"https://tmi.twitch.tv/*",
"http://*.twitch.tv/*/dashboard",
"https://*.twitch.tv/*/dashboard",
"http://chatdepot.twitch.tv/*",
"https://chatdepot.twitch.tv/*",
"http://im.twitch.tv/*",
"https://im.twitch.tv/*",
"http://platform.twitter.com/*",
"https://platform.twitter.com/*",
"http://www.facebook.com/*",
"https://www.facebook.com/*"
]
},
"devDependencies": {
"browser-cookies": "^1.2.0",
"browserify": "^17.0.0",
"deamdify": "^0.3.0",
"generate-userscript-header": "^1.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-beautify": "^3.0.0",
"gulp-changed": "^4.0.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.2.0",
"gulp-conflict": "^0.4.0",
"gulp-css-base64": "^2.0.0",
"gulp-css2js": "^1.2.1",
"gulp-header": "^2.0.9",
"gulp-hogan-compile": "^2.0.0",
"gulp-notify": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.0",
"hogan.js": "^3.0.2",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.0",
"jquery.scrollbar": "^0.2.11",
"pretty-hrtime": "^1.0.3",
"storage-wrapper": "cletusc/storage-wrapper#v0.1.1",
"vinyl-map": "^1.0.2",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0"
}
}