forked from dreamfactorysoftware/df-admin-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 976 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "dreamfactory/df-admin-interface",
"type": "dreamfactory-app",
"description": "DreamFactory(tm) Admin Console",
"homepage": "https://github.com/dreamfactorysoftware/df-admin-interface/",
"keywords": [
"rest",
"api",
"remote web services",
"dreamfactory",
"api",
"service bus",
"esb",
"admin"
],
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "DreamFactory Dev Team",
"email": "[email protected]",
"role": "Development team"
}
],
"support": {
"source": "https://github.com/dreamfactorysoftware/df-admin-interface",
"issues": "https://github.com/dreamfactorysoftware/df-admin-interface/issues",
"email": "[email protected]",
"wiki": "https://wiki.dreamfactory.com"
},
"require": {
"dreamfactory/installer": "*"
},
"extra": {
"branch-alias": {
"dev-develop": "2.16.x-dev"
},
"installer-name": "dreamfactory"
}
}