-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 773 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 773 Bytes
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
{
"name": "youtube-blinders",
"version": "1.2.0",
"description": "Hide the parts of Youtube that are distracting and make it hard to leave",
"main": "background.js",
"scripts": {
"copy-polyfill": "node scripts/copy-polyfill.js",
"build": "npm run copy-polyfill && web-ext build --config=.web-ext.config.js",
"lint": "web-ext lint"
},
"repository": {
"type": "git",
"url": "git+https://nikoladev@github.com/nikoladev/youtube-blinders.git"
},
"author": "Nikola Pilipović",
"license": "MIT",
"bugs": {
"url": "https://github.com/nikoladev/youtube-blinders/issues"
},
"homepage": "https://github.com/nikoladev/youtube-blinders#readme",
"devDependencies": {
"web-ext": "6.7.0",
"webextension-polyfill": "0.8.0"
}
}