-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 972 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": "strapi-plugin-custom-api",
"version": "1.0.6",
"description": "Create custom API's from within the Admin dashboard of Strapi.",
"strapi": {
"name": "custom-api",
"description": "Create custom API's from within the Admin dashboard of Strapi.",
"kind": "plugin",
"displayName": "Custom Api Builder"
},
"repository": {
"type": "git",
"url": "https://github.com/vivmagarwal/strapi-plugin-custom-api-builder"
},
"dependencies": {},
"peerDependencies": {
"@strapi/strapi": "4.x.x"
},
"author": {
"name": "Vivek M. Agarwal",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Vivek M. Agarwal",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/vivmagarwal/strapi-plugin-custom-api-builder/issues"
},
"keywords": [
"strapi",
"plugin",
"api",
"visual api builder",
"Drupal views for strapi"
],
"license": "MIT"
}