21 lines
454 B
JSON
21 lines
454 B
JSON
|
|
{
|
||
|
|
"name": "nextcloud/minimalprofile",
|
||
|
|
"description": "Hides profile fields to create a minimal user profile",
|
||
|
|
"type": "nextcloud-app",
|
||
|
|
"license": "AGPL-3.0-or-later",
|
||
|
|
"require": {
|
||
|
|
"nextcloud/ocp": "dev-master"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"nextcloud/coding-standard": "^1.2.0"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"OCA\\MinimalProfile\\": "lib/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
||
|
|
"cs:fix": "php-cs-fixer fix"
|
||
|
|
}
|
||
|
|
}
|