-
Notifications
You must be signed in to change notification settings - Fork 5
/
pak.json
executable file
·55 lines (55 loc) · 1.29 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": "goahead",
"description": "Embedthis GoAhead Community Edition",
"title": "Embedthis GoAhead Community Edition",
"version": "4.1.1",
"keywords": [
"goahead",
"http",
"webserver"
],
"homepage": "https://embedthis.com/goahead/",
"author": {
"name": "Embedthis Software",
"email": "dev@embedthis.com",
"url": "https://embedthis.com"
},
"repository": {
"type": "git",
"url": "git://github.com/embedthis/goahead.git"
},
"bugs": {
"email": "dev@embedthis.com",
"url": "http://github.com/embedthis/goahead/issues"
},
"licenses": [
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
},
{
"type": "Commercial",
"url": "https://embedthis.com/licensing/"
}
],
"files": [
"dist/",
"doc/api/"
],
"dependencies": {
"goahead-mbedtls": "~2",
"me-win": "~0.1",
"osdep": "~1.0",
"ssl": "~1"
},
"optionalDependencies": {
"certs": "~0.1",
"goahead-matrixssl": "~0.1",
"goahead-openssl": "~1"
},
"devDependencies": {
"makeme": ">=0.9.0",
"pak": ">=0.11.0"
},
"import": true
}