forked from gaqzi/chrome-open-in-spotify-client
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 757 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 757 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
26
{
"name": "firefox-open-in-spotify-client",
"version": "1.4.1.1",
"description": "When you click a Spotify link then open it in the desktop client instead of the web client",
"private": true,
"type": "module",
"scripts": {
"test": "standard && mocha *.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joaomsa/firefox-open-in-spotify-client.git"
},
"author": "Björn Andersson",
"license": "MIT",
"bugs": {
"url": "https://github.com/joaomsa/firefox-open-in-spotify-client/issues"
},
"homepage": "https://github.com/joaomsa/firefox-open-in-spotify-client#readme",
"devDependencies": {
"web-ext": "^5.5.0",
"chai": "^4.2.0",
"mocha": "^7.1.2",
"standard": "^14.3.4"
}
}