-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "poi-plugin-anchorage-repair",
"version": "0.6.1",
"description": "Anchorage repair plugin for poi",
"main": "index.es",
"scripts": {
"prepack": "poi-util-transpile --replace --sm",
"postpublish": "git clean -f && git checkout .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KagamiChan/plugin-anchorage-repair.git"
},
"author": {
"name": "かがみ",
"link": "https://github.com/kagamichan"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/KagamiChan/plugin-anchorage-repair/issues"
},
"homepage": "https://github.com/KagamiChan/plugin-anchorage-repair#readme",
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-preset-es2017": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"poi-util-transpile": "^7.6.0"
},
"poiPlugin": {
"title": "Anchorage repair",
"description": "A plugin to help in Akashi's anchorage repair arrangement",
"icon": "ti/anchor",
"priority": 9,
"apiVer": {
"6.99.99": "0.1.0",
"7.5.99": "0.4.5",
"7.7.99": "0.4.8"
}
},
"dependencies": {
"chroma-js": "^1.3.4"
}
}