forked from Zaydme/strapi-plugin-multi-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 783 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
{
"name": "strapi-plugin-multi-select",
"description": "A strapi custom field for a multi select input.",
"keywords": [
"strapi",
"strapi-plugin",
"custom-fields",
"multi-select"
],
"version": "1.2.3",
"strapi": {
"name": "multi-select",
"description": "A strapi custom field for a multi select input.",
"kind": "plugin",
"displayName": "Multi-Select"
},
"author": {
"name": "Zaydme",
"email": "[email protected]",
"url": "https://zayd.dev"
},
"license": "MIT",
"peerDependencies": {
"@strapi/strapi": "^4.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Zaydme/strapi-plugin-multi-select.git"
}
}