-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·95 lines (95 loc) · 2.45 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "@ptkdev/chrome-extension-aspectratio219",
"description": "Fit the screen properly in fullscreen mode on monitor with 21:9 aspect ratio.",
"version": "1.5.2",
"main": "src/manifest.json",
"author": "Patryk Rzucidło [@ptkdev] <[email protected]> (https://ptk.dev)",
"license": "MIT",
"license-docs": "CC BY 4.0",
"license-images": "CC BY-NC 4.0",
"homepage": "https://github.com/ptkdev/chrome-extension-aspectratio219",
"bugs": {
"url": "https://github.com/ptkdev/chrome-extension-aspectratio219/issues"
},
"donate": {
"github": "https://github.com/sponsors/ptkdev",
"patreon": "https://www.patreon.com/ptkdev",
"paypal": "https://www.paypal.me/ptkdev",
"ko-fi": "https://ko-fi.com/ptkdev"
},
"repository": {
"type": "git",
"url": "https://github.com/ptkdev/chrome-extension-aspectratio219.git"
},
"scripts": {
"start": "gulp build",
"dev": "gulp build && gulp dev",
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
"lint-fix": "eslint ./ --cache --ignore-pattern .gitignore --fix",
"clean": "rm -rf node_modules build package-lock.json && npm install",
"update": "rm -f package-lock.json && npm update",
"docs": "markserv ./README.md",
"contributors-generate": "all-contributors generate"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run contributors-generate"
}
},
"keywords": [
"ptkdev",
"aspect-ratio",
"21:9",
"monitor",
"display",
"resolution",
"chrome",
"chrome-extension",
"netflix",
"youtube",
"vimeo",
"ultrawide",
"ultra wide",
"player",
"video",
"dailymotion",
"crunchyroll",
"twitch"
],
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"bulma": "latest",
"bulma-extensions": "latest"
},
"devDependencies": {
"eslint": "latest",
"eslint-config-standard": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-snakecasejs": "latest",
"eslint-plugin-promise": "latest",
"gulp": "latest",
"gulp-concat": "latest",
"gulp-clean-css": "latest",
"gulp-terser": "latest",
"gulp-rename": "latest",
"gulp-replace": "latest",
"gulp-nunjucks": "latest",
"gulp-data": "latest",
"gulp-run": "latest",
"gulp-sass": "latest",
"chai": "latest",
"cpy-cli": "latest",
"json": "latest",
"jest": "latest",
"husky": "latest",
"yargs": "latest",
"markserv": "latest",
"all-contributors-cli": "latest"
},
"contributors": []
}