-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 942 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
37
38
39
40
41
42
43
44
{
"name": "poi-plugin-senka-calc",
"version": "4.4.0",
"description": "senka calculator for poi",
"main": "index.js",
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruiii/plugin-Hairstrength.git"
},
"keywords": [
"senka",
"kancolle",
"poi",
"plugin",
"senka",
"calculator"
],
"author": {
"name": "Rui",
"link": "https://github.com/ruiii"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ruiii/plugin-Hairstrength/issues"
},
"homepage": "https://github.com/ruiii/plugin-Hairstrength#readme",
"poiPlugin": {
"title": "Senka Calc",
"description": "Senka calculator",
"icon": "fa/child",
"priority": 7,
"apiVer": {
"6.99.99": "2.3.0",
"7.4.1": "4.2.2"
}
}
}