-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.15 KB
/
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
37
38
39
40
{
"name": "sir_image_renamer",
"version": "1.8.1",
"description": "SIR is an Image Renamer.\nProvides meaningful image names when saving on Pixiv, Deviantart, Artstation, etc.",
"scripts": {
"test": "web-ext lint --source-dir=./Extension/",
"publish": "web-ext sign --source-dir=./Extension/ --api-key=$WEB_EXT_API_KEY --api-key=$WEB_EXT_API_SECRET --id=\"{3846b265-95c4-4371-9853-86df1b8cbaaa}\""
},
"dependencies": {
"web-ext": "2.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Brawlence/SIR.git"
},
"keywords": [
"image",
"picture",
"rename-files",
"chrome-extension",
"firefox-addon",
"firefox-extension",
"download-manager",
"pixiv",
"twitter",
"deviantart",
"tumblr",
"hentai-foundry",
"artstation",
"drawfriends",
"firefox",
"chrome"
],
"author": "Brawlence <Brawlence@pm.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Brawlence/SIR/issues"
},
"homepage": "https://github.com/Brawlence/SIR/"
}