-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.5 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
{
"name": "poi-plugin-leveling",
"version": "2.0.3",
"description": "Ship Leveling Planner",
"main": "index.es",
"scripts": {
"test": "mocha -r @babel/register --recursive",
"lint": "eslint '**/*.es' || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poooi/poi-plugin-leveling.git"
},
"keywords": [
"kancolle"
],
"author": {
"name": "Javran",
"url": "https://github.com/Javran"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/poooi/poi-plugin-leveling/issues"
},
"homepage": "https://github.com/poooi/poi-plugin-leveling#readme",
"poiPlugin": {
"title": "Plugin.Leveling",
"description": "Plugin.Desc",
"priority": 10,
"icon": "angle-double-up",
"apiVer": {
"8.1.0-beta.4": "1.2.1",
"9.0.0-beta.2": "1.2.3"
}
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
"@babel/preset-stage-0": "^7.0.0-beta.40",
"@babel/register": "^7.0.0-beta.40",
"babel-eslint": "^9.0.0",
"babel-plugin-add-module-exports": "^1.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"fs-extra": "^7.0.0",
"mocha": "^5.0.0",
"path-extra": "^4.2.1",
"react-addons-perf": "^15.4.2",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
},
"dependencies": {
"subtender": "^0.14.0"
}
}