forked from poooi/plugin-Akashic-records
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.39 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "poi-plugin-akashic-records",
"version": "6.1.3",
"description": "logbook plugin for poi",
"main": "index.js",
"scripts": {
"win-publish": "npm publish",
"win-prerelease": "npm publish --tag beta",
"prepack": "poi-util-transpile --sm --replace",
"postpublish": "npm run reset",
"reset": "git checkout . && git clean -f",
"compile": "cjsx -cb .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yudachi/plugin-Akashic-records.git"
},
"keywords": [
"kancolle",
"poi",
"plugin",
"logbook"
],
"author": {
"name": "Jennings Wu",
"link": "https://github.com/JenningsWu"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yudachi/plugin-Akashic-records/issues"
},
"homepage": "https://github.com/yudachi/plugin-Akashic-records",
"dependencies": {
"iconv-lite": "^0.4.11",
"jschardet": "^1.3.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.5.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-react": "^6.2.0",
"poi-util-transpile": "^7.6.1",
"redux-devtools": "^3.1.1"
},
"poiPlugin": {
"title": "Logbook",
"description": "Logs",
"icon": "fa/book",
"priority": 10,
"apiVer": {
"6.99.99": "5.0.1",
"7.3.0": "5.0.6",
"7.5.99": "6.0.5"
}
}
}