forked from ly-web/appweb7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.52 KB
/
package.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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "appweb",
"description": "Embedthis Appweb Embedded Web Server",
"title": "Embedthis Appweb",
"version": "7.0.1",
"keywords": [
"appweb",
"http",
"webserver"
],
"homepage": "https://embedthis.com/appweb/",
"author": {
"name": "Embedthis Software",
"email": "dev@embedthis.com",
"url": "https://embedthis.com"
},
"repository": {
"type": "git",
"url": "git://github.com/embedthis/appweb.git"
},
"bugs": {
"email": "dev@embedthis.com",
"url": "http://github.com/embedthis/appweb/issues"
},
"licenses": [
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
},
{
"type": "Commercial",
"url": "https://embedthis.com/licensing/"
}
],
"dependencies": {
"http": "~7",
"makerom": "~0.3",
"mpr": "~7",
"osdep": "~0.9",
"pcre": "~1.0",
"ssl": "~0.9",
"watchdog": "~0.2"
},
"optionalDependencies": {
"appweb-ejscript": "~0.2",
"appweb-php": "~0.1",
"certs": "~0.1",
"ejscript": "~2.7",
"esp": "~6.2",
"mpr-matrixssl": "~0.3",
"mpr-mbedtls": "~0.5",
"mpr-openssl": "~0.5",
"sqlite": "~1.0"
},
"devDependencies": {
"makeme": ">=0.9.0",
"pak": ">=0.11.1"
},
"files": [
"dist/",
"doc/api/"
],
"pak": {
"import": true
}
}