-
-
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) · 891 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 891 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": "jumpkey",
"version": "1.0.1",
"description": "Lazy YouTube browsing. Press Y to jump between videos instantly. Endless watching with auto-refilling queue.",
"main": "background.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package": "node scripts/package-extension.js",
"package:firefox": "node scripts/package-extension.js --target=firefox",
"serve-test": "node test-youtube-duration-server.js"
},
"keywords": ["youtube", "shorts", "jump", "queue", "extension"],
"author": "EdenwareApps",
"repository": {
"type": "git",
"url": "https://github.com/EdenwareApps/JumpKey.git"
},
"homepage": "https://chromewebstore.google.com/detail/jumpkey-for-youtube/fieibhknplgoddlbohblahfcojhgbpfg",
"license": "Apache-2.0",
"type": "commonjs",
"dependencies": {
"axios": "^1.13.6",
"jimp": "^1.6.0"
}
}