-
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) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 749 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": "webext-open-player",
"version": "0.3.5",
"description": "Open URLs (video) in mpv, vlc, etc",
"main": "src/background.js",
"scripts": {
"start:firefox": "web-ext run -s src --firefox=firefox-dev",
"start:chrome": "web-ext run -s src --target=chromium",
"build": "web-ext build -s src -a build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amithm7/webext-open-player.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/amithm7/webext-open-player/issues"
},
"homepage": "https://github.com/amithm7/webext-open-player#readme",
"devDependencies": {
"web-ext": "^7.5.0"
}
}