-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.68 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
58
59
60
61
62
63
64
65
66
{
"name": "poi-plugin-navy-album",
"version": "1.7.15",
"description": "Show illustration album of ships and items.",
"main": "index.es",
"scripts": {
"test": "mocha -r @babel/register --recursive",
"lint": "eslint '**/*.es' || true",
"update-kcreplay": "node scripts/update-kcreplay-db.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poooi/plugin-navy-album.git"
},
"author": {
"name": "Javran",
"url": "https://github.com/Javran"
},
"contributors": [
{
"name": "Dazzy Ding",
"link": "https://github.com/yukixz"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/poooi/plugin-navy-album/issues"
},
"homepage": "https://github.com/poooi/plugin-navy-album",
"poiPlugin": {
"title": "Package.Name",
"description": "Package.Desc",
"icon": "th-list",
"priority": 51,
"apiVer": {
"7.99.99": "0.3.5",
"8.1.0-beta.4": "0.4.1",
"8.99.99": "0.7.8"
}
},
"keywords": [
"kancolle"
],
"devDependencies": {
"@babel/core": "^7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.44",
"@babel/preset-stage-0": "^7.0.0-beta.44",
"@babel/register": "^7.0.0-beta.44",
"babel-eslint": "^8.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"fs-extra": "^5.0.0",
"localeval": "^15.2.3",
"mocha": "^5.1.1",
"request": "^2.85.0",
"request-promise-native": "^1.0.5"
},
"dependencies": {
"shallowequal": "^1.0.2",
"subtender": "^0.15.1"
}
}