forked from Aaron128l/BetterTTV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.65 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
{
"name": "BetterTTV",
"author": "Night",
"version": "7.2.1",
"description": "BetterTTV enhances Twitch with new features, emotes, and more.",
"main": "betterttv.js",
"scripts": {
"start": "node -e 'require(\"./dev/server.js\")()'"
},
"repository": {
"type": "git",
"url": "https://github.com/night/BetterTTV.git"
},
"dependencies": {
"autoprefixer": "^7.2.4",
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"babelify": "^8.0.0",
"browserify": "^15.0.0",
"cookies-js": "^1.2.3",
"del": "^3.0.0",
"emojilib": "^2.2.9",
"envify": "^4.1.0",
"git-rev-sync": "^1.9.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.1",
"gulp-footer": "^1.0.5",
"gulp-gzip": "^1.4.1",
"gulp-header": "^1.8.9",
"gulp-if": "^2.0.2",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.3",
"gulp-tar": "^2.1.0",
"gulp-uglify": "^3.0.0",
"jquery": "^3.2.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"moment": "^2.20.1",
"msgpack-lite": "^0.1.26",
"postcss-hexrgba": "^1.0.0",
"precss": "^2.0.0",
"raven-js": "^3.21.0",
"request": "^2.83.0",
"require-globify": "^1.4.1",
"resizable": "^1.2.0",
"twemoji": "^2.5.0",
"twitch-chat-emotes": "github:night/Userscript--Twitch-Chat-Emotes#5ca8201698166c710436cd3935c8a2daf0f2834b",
"uglify-save-license": "^0.4.1",
"view-list": "^2.1.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}