-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 751 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "fix-pixiv-thumbnails",
"description": "Stop pixiv from cropping thumbnails to a square. Use higher resolution thumbnails on Retina displays.",
"repository": {
"type": "git",
"url": "git+https://github.com/kepstin/Fix-pixiv-thumbnails.git"
},
"author": "Calvin Walton <calvin.walton@kepstin.ca>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kepstin/Fix-pixiv-thumbnails/issues"
},
"homepage": "https://github.com/kepstin/Fix-pixiv-thumbnails#readme",
"devDependencies": {
"eslint": "^7.10.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}