-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 836 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
29
30
31
32
33
34
35
36
{
"name": "genius-lyrics-userscript",
"version": "5.16.0",
"description": "A userscript library to show lyrics from genius.com on other websites",
"main": "GeniusLyrics.js",
"scripts": {
"test": "standard",
"lint": "standard --fix",
"title": "node test/cleanUpSongText.js"
},
"repository": {
"type": "git",
"url": "github:cvzi/genius-lyrics-userscript.git"
},
"keywords": [
"genius",
"lyrics",
"userscript",
"tampermonkey"
],
"author": "cuzi",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/cvzi/genius-lyrics-userscript/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/cvzi/genius-lyrics-userscript",
"devDependencies": {
"standard": "^17.1.2"
},
"standard": {
"ignore": [
"!.github/"
]
}
}