-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (43 loc) · 1.65 KB
/
composer.json
File metadata and controls
47 lines (43 loc) · 1.65 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
40
41
42
43
44
45
46
47
{
"name": "i-app/i-app",
"description": "i-app is a full-stack language designed to simplify the development of web applications. It is built with pure JavaScript and can be easily integrated into your project. i-app supports multiple technologies, including JavaScript, Node.js, PHP, and Python",
"authors": [
{
"name": "Mohamed Mamdouh Morsi , MWN software",
"email": "info@m-w-n.com"
}
],
"type": "library",
"require": {
"maxmind-db/reader": "~1.0",
"mongodb/mongodb": "^1.6"
},
"autoload": {
"psr-4": {
"i-app\\": "i-app"
},
"files": [ "i-app/i-app.php"
],
"classmap": [
"i-app/class",
"i-app/system",
"i-app/class/devClass",
"i-app/class/middelWare",
"i-app/class/models",
"i-app/class/query",
"i-app/class/query/class",
"i-app/class/api",
"i-app/class/orders",
"i-app/class/sessions",
"i-app/class/tokens",
"i-app/class/dataBaseSetup",
"i-app/class/tools",
"i-app/class/orders",
"i-app/class/orders/app",
"i-app/class/orders/servers",
"i-app/class/orders/users"
]
},
"license": "MIT",
"minimum-stability": "dev"
}