UNPKG

1.64 kBJSONView Raw
1{
2 "name": "haiku9",
3 "version": "4.0.6",
4 "description": "Asset compilation, static-site generator",
5 "main": "build/npm/src/index.js",
6 "files": [
7 "build/npm/src",
8 "files",
9 "bin",
10 "LICENSE"
11 ],
12 "bin": {
13 "h9": "./bin/h9"
14 },
15 "scripts": {},
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/pandastrike/haiku9.git"
19 },
20 "keywords": [
21 "aws",
22 "amazon web services",
23 "cloudformation",
24 "s3",
25 "edge",
26 "edge lambda",
27 "web site",
28 "blog",
29 "static",
30 "site",
31 "generator",
32 "static site generator",
33 "ssg",
34 "asset",
35 "pipeline",
36 "asset pipeline"
37 ],
38 "contributors": [
39 {
40 "name": "Dan Yoder",
41 "email": "dan@pandastrike.com"
42 },
43 {
44 "name": "David Harper",
45 "email": "david@pandastrike.com"
46 }
47 ],
48 "license": "MIT",
49 "bugs": {
50 "url": "https://github.com/pandastrike/haiku9/issues"
51 },
52 "engines": {
53 "node": ">=10.16"
54 },
55 "engineStrict": true,
56 "homepage": "https://github.com/pandastrike/haiku9",
57 "dependencies": {
58 "ajv": "^6.6.2",
59 "aws-sdk": "^2.466.0",
60 "colors": "^1.3.3",
61 "commander": "^2.19.0",
62 "jszip": "^3.2.2",
63 "mime": "^2.4.0",
64 "moment": "^2.24.0",
65 "moment-duration-format": "^1.3.0",
66 "panda-garden": "^3.4.0",
67 "panda-parchment": "^4.2.1",
68 "panda-quill": "^3.4.5",
69 "panda-river": "^4.4.2",
70 "panda-serialize": "^0.7.0",
71 "panda-template": "^1.1.0",
72 "progress": "^2.0.3",
73 "source-map-support": "^0.5.12",
74 "sundog": "5.0.2"
75 },
76 "devDependencies": {
77 "panda-9000": "^5.0.3",
78 "panda-builder": "^3.2.1"
79 }
80}