-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1008 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
{
"name": "poi-plugin-expedition",
"version": "3.4.0",
"description": "show expedition info",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poooi/plugin-expedition.git"
},
"author": {
"name": "马里酱",
"link": "https://github.com/malichan"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/poooi/plugin-expedition/issues"
},
"homepage": "https://github.com/poooi/plugin-expedition#readme",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0"
},
"poiPlugin": {
"title": "Expedition Information",
"description": "Plugin Description",
"icon": "fa/flag",
"priority": 2,
"apiVer": {
"6.99.99": "2.1.3"
}
}
}