-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 854 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
{
"name": "strapi-plugin-basic-auth",
"version": "1.0.0",
"description": "Basic Authentication Middleware for Strapi CMS",
"strapi": {
"name": "Basic Authentication",
"description": "Adds another security layer to the admin and API endpoints.",
"kind": "plugin"
},
"dependencies": {
"basic-auth": "^2.0.1"
},
"author": {
"name": "Thomas Pockrandt",
"email": "[email protected]",
"url": "https://thomaspockrandt.com"
},
"maintainers": [
{
"name": "Thomas Pockrandt",
"email": "[email protected]",
"url": "https://thomaspockrandt.com"
},
{
"name": "Christian Heimke",
"email": "[email protected]",
"url": "https://christian-heimke.com"
}
],
"engines": {
"node": ">=12.x. <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}