-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 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
{
"name": "poi-plugin-ezexped",
"version": "1.9.2",
"description": "Expedition made easy",
"main": "index.es",
"scripts": {
"test": "mocha -r @babel/register --recursive",
"lint": "eslint '**/*.es' 'test/**/*.js' || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poooi/poi-plugin-ezexped.git"
},
"keywords": [
"kancolle",
"poi"
],
"author": {
"name": "Javran",
"url": "https://github.com/Javran"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/poooi/poi-plugin-ezexped/issues"
},
"homepage": "https://github.com/poooi/poi-plugin-ezexped#readme",
"poiPlugin": {
"title": "EZ Exped",
"priority": 5,
"icon": "check-square-o",
"apiVer": {
"8.1.0-beta.4": "1.5.1"
}
},
"dependencies": {
"shallowequal": "^1.0.2",
"subtender": "^0.14.1"
},
"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": "^10.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.1.0",
"fs-extra": "^7.0.1",
"mocha": "^6.1.3",
"path-extra": "^4.2.1"
}
}