-
Notifications
You must be signed in to change notification settings - Fork 4
/
pak.json
55 lines (55 loc) · 1.27 KB
/
pak.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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "appweb",
"description": "Embedthis Appweb Community Edition",
"title": "Embedthis Appweb Community Edition",
"version": "7.2.2",
"keywords": [
"appweb",
"http",
"webserver"
],
"homepage": "https://www.embedthis.com/appweb/",
"author": {
"name": "Embedthis Software",
"email": "[email protected]",
"url": "https://www.embedthis.com"
},
"repository": {
"type": "git",
"url": "git://github.com/embedthis/appweb-gpl.git"
},
"bugs": {
"email": "[email protected]",
"url": "git://github.com/embedthis/appweb-gpl/issues"
},
"license": {
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
},
"dependencies": {
"assist": "~1",
"http": "~7",
"makerom": "~1",
"mpr": "~8",
"osdep": "~1",
"pcre": "~1",
"ssl": "~1",
"watchdog": "~1"
},
"optionalDependencies": {
"certs": "~1",
"esp": "~7",
"mpr-mbedtls": "~2",
"mpr-openssl": "~1",
"sqlite": "~3"
},
"devDependencies": {
"makeme": ">=1.0",
"pak": ">=1.0"
},
"files": [
"dist/",
"doc/api/"
],
"import": true
}