forked from nralbrecht/youtube-hide-controls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 925 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
{
"name": "youtube-hide-controls",
"description": "Hide the YouTube fullscreen controls when you move the cursor to the display border",
"homepage": "https://github.com/nralbrecht/youtube-hide-controls",
"version": "3.0.3",
"scripts": {
"build": "gulp",
"build:chrome": "gulp chrome",
"build:firefox": "gulp firefox"
},
"bugs": "https://github.com/nralbrecht/youtube-hide-controls/issues",
"repository": {
"type": "git",
"url": "https://github.com/nralbrecht/youtube-hide-controls.git"
},
"devDependencies": {
"@types/chrome": "^0.0.117",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-json-modify": "^1.0.2",
"gulp-rename": "^2.0.0",
"gulp-rollup": "^2.17.0",
"gulp-zip": "^5.0.2",
"merge-stream": "^2.0.0"
},
"author": "nralbrecht",
"license": "MIT",
"private": true
}