forked from Ndragomirov/twitch-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.19 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
{
"name": "twitch-now",
"version": "1.1.207",
"description": "* Chrome version: https://chrome.google.com/webstore/detail/twitch-now/nlmbdmpjmlijibeockamioakdpmhjnpk * Firefox version: https://docs.google.com/file/d/0BykW-NfUUzm5Z2RCWmcxTmQ5cEk * Opera version: https://addons.opera.com/extensions/details/twitch-now/",
"dependencies": {
"semver": "^6.3.0",
"through2": "^2.0.5"
},
"devDependencies": {
"del": "^2.1.0",
"gulp": "^4.0.2",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^5.0.2",
"gulp-jshint": "^2.1.0",
"gulp-shell": "^0.5.1",
"gulp-strip-debug": "^1.1.0",
"gulp-util": "^3.0.7",
"gulp-wrap": "^0.15.0",
"gulp-zip": "^3.0.2",
"jshint": "^2.10.3",
"merge-stream": "^1.0.0",
"request": "^2.88.0",
"run-sequence": "^1.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Ndragomirov/twitch-now"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ndragomirov/twitch-now/issues"
},
"homepage": "https://github.com/Ndragomirov/twitch-now"
}