-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
executable file
·42 lines (42 loc) · 1.18 KB
/
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
42
{
"name": "appFlower/engine",
"version": "1.2.0",
"type": "library",
"description": "AppFlower is a Rapid Application Development (RAD) tool which automatically generates user interface and backend code",
"keywords": ["framework","RAD","builder"],
"homepage": "https://github.com/appflower/appflower_engine",
"license": "GPLv3",
"authors": [
{
"name": "Jimmi Andersen",
"homepage": "http://www.appflower.com"
},
{
"name": "Radu Topala",
"homepage": "http://www.appflower.com"
},
{
"name": "Lukasz Wojciechowski",
"homepage": "http://www.appflower.com"
},
{
"name": "Tamas Geschitz",
"homepage": "http://www.appflower.com"
},
{
"name": "Nikolai Babinski",
"homepage": "http://www.appflower.com"
},
{
"name": "Sergey Startsev",
"homepage": "http://www.appflower.com"
},
{
"name": "Milos Milovanovic",
"homepage": "http://www.appflower.com"
}
],
"require": {
"php": ">=5.3.0"
}
}