-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.15 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.15 KB
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
{
"name": "dreamfactory/df-admin-app",
"type": "dreamfactory-app",
"description": "DreamFactory(tm) Admin Console",
"homepage": "https://github.com/dreamfactorysoftware/df-admin-app/",
"keywords": [
"rest",
"api",
"remote web services",
"dreamfactory",
"api",
"service bus",
"esb",
"admin"
],
"license": ["Apache-2.0"],
"authors": [
{
"name": "DreamFactory Dev Team",
"email": "dspsupport@dreamfactory.com",
"role": "Development team"
}
],
"support": {
"source": "https://github.com/dreamfactorysoftware/df-admin-app",
"issues": "https://github.com/dreamfactorysoftware/df-admin-app/issues",
"email": "dspsupport@dreamfactory.com",
"wiki": "https://wiki.dreamfactory.com"
},
"require": {
"dreamfactory/installer": "*"
},
"extra": {
"branch-alias": {
"dev-develop": "2.16.x-dev"
},
"installer-name": "dreamfactory"
}
}