-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
76 lines (76 loc) · 2.55 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
{
"name": "twitch-chat-emotes",
"version": "2.1.6",
"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-sync": "^1.3.2",
"browserify": "^5.9.1",
"generate-userscript-header": "^1.0.0",
"gulp": "^3.8.3",
"gulp-autoprefixer": "0.0.8",
"gulp-beautify": "1.1.0",
"gulp-changed": "^0.4.1",
"gulp-concat": "^2.2.0",
"gulp-conflict": "^0.1.2",
"gulp-css-base64": "^1.1.0",
"gulp-css2js": "^1.0.2",
"gulp-header": "^1.0.2",
"gulp-hogan-compile": "^0.2.1",
"gulp-minify-css": "^0.3.5",
"gulp-notify": "^1.4.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"hogan.js": "^3.0.2",
"jquery-ui": "^1.10.5",
"jquery.scrollbar": "^0.2.7",
"pretty-hrtime": "^0.2.1",
"storage-wrapper": "cletusc/storage-wrapper#v0.1.1",
"vinyl-map": "^1.0.1",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.1"
}
}