-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (80 loc) · 1.6 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "haiku9",
"version": "4.1.0",
"description": "Asset compilation, static-site generator",
"main": "build/npm/src/index.js",
"files": [
"build/npm/src",
"files",
"bin",
"LICENSE"
],
"bin": {
"h9": "./bin/h9"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/pandastrike/haiku9.git"
},
"keywords": [
"aws",
"amazon web services",
"cloudformation",
"s3",
"edge",
"edge lambda",
"web site",
"blog",
"static",
"site",
"generator",
"static site generator",
"ssg",
"asset",
"pipeline",
"asset pipeline"
],
"contributors": [
{
"name": "Dan Yoder",
"email": "[email protected]"
},
{
"name": "David Harper",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pandastrike/haiku9/issues"
},
"engines": {
"node": ">=10.16"
},
"engineStrict": true,
"homepage": "https://github.com/pandastrike/haiku9",
"dependencies": {
"ajv": "^6.6.2",
"aws-sdk": "^2.466.0",
"colors": "^1.3.3",
"commander": "^2.19.0",
"jszip": "^3.2.2",
"mime": "^2.4.0",
"moment": "^2.24.0",
"moment-duration-format": "^1.3.0",
"panda-garden": "^3.4.0",
"panda-parchment": "^4.2.1",
"panda-quill": "^3.4.5",
"panda-river": "^4.4.2",
"panda-serialize": "^0.7.0",
"panda-template": "^1.1.0",
"progress": "^2.0.3",
"source-map-support": "^0.5.12",
"sundog": "5.0.2"
},
"devDependencies": {
"panda-9000": "^5.0.3",
"panda-builder": "^3.2.1"
}
}