-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 895 Bytes
/
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
{
"name": "mb-magic-tagger-button",
"version": "0.2.0",
"description": "User script to automatically enable the green tagger button on MusicBrainz.org depending on whether Picard is running",
"main": "mb-magic-tagger-button.user.js",
"type": "git",
"repository": {
"url": "git+ssh://[email protected]/phw/musicbrainz-magic-tagger-button.git"
},
"author": "Philipp Wolfer",
"license": "MIT",
"bugs": {
"url": "https://github.com/phw/musicbrainz-magic-tagger-button/issues"
},
"homepage": "https://github.com/phw/musicbrainz-magic-tagger-button#readme",
"devDependencies": {
"eslint": "^7.24.0",
"eslint-cli": "^1.1.1",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"standard": "^16.0.3"
},
"scripts": {
"test": "eslint \"*.js\""
}
}