-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1011 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
41
42
{
"name": "strapi-plugin-ctrip-apollo",
"version": "3.0.0-beta.18.12",
"description": "This is the plugin using for ctrip apollo to manager strapi application configuration.",
"strapi": {
"name": "ctrip Apollo",
"icon": "plug",
"description": "ctrip-apollo.plugin.description"
},
"dependencies": {
"ctrip-apollo": "^4.4.3",
"lodash": "^4.17.15"
},
"author": {
"name": "A Strapi developer",
"email": "[email protected]",
"url": "https://github.com/ntfs32/strapi-plugin-ctrip-apollo"
},
"maintainers": [
{
"name": "plugin owner",
"email": "[email protected]",
"url": "https://github.com/ntfs32"
}
],
"repository": "https://github.com/ntfs32/strapi-plugin-ctrip-apollo.git",
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT",
"keywords": [
"strapi",
"plugins",
"ctrip",
"apollo",
"strapi-plugin-ctrip-apollo",
"ctrip-apollo",
"config",
"hotReload"
]
}