-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
30 lines (30 loc) · 864 Bytes
/
composer.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": "norotaro/wn-guardian-plugin",
"desciption": "WinterCMS plugin for easily restrict access to routes",
"type": "winter-plugin",
"keywords": [
"winter",
"wintercms",
"winter-plugin",
"plugin",
"routes"
],
"homepage": "https://github.com/norotaro/wn-guardian-plugin",
"license": "MIT",
"authors": [
{
"name": "Nelson Otazo",
"email": "nelsonotazo+support@gmail.com",
"homepage": "https://nelson.otazo.com.py",
"role": "Developer"
}
],
"support": {
"email": "nelsonotazo+support@gmail.com",
"issues": "https://github.com/norotaro/wn-guardian-plugin/issues",
"source": "https://github.com/norotaro/wn-guardian-plugin"
},
"require": {
"norotaro/wn-rest-plugin": "^1.0"
}
}