-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 939 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 939 Bytes
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
{
"name": "microrender",
"version": "0.11.3",
"description": "Simple JS HTML rendering engine that runs on the edge and the browser for optimum speed and compatibility.",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/microrender/microrender.git"
},
"bin": {
"microrender": "src/bin.js"
},
"type": "module",
"keywords": [
"web-development",
"web",
"web-framework",
"cloudflare-workers",
"cloudflare-pages",
"cloudflare-pages-functions",
"template",
"template-engine",
"edge"
],
"author": "Benjamin Wilkins",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/microrender/microrender/-/issues"
},
"homepage": "https://gitlab.com/microrender/microrender",
"devDependencies": {
"wrangler": "^3.28.3"
},
"dependencies": {
"esbuild": "^0.20.1",
"fs-extra": "^11.2.0",
"resolve-package-path": "^4.0.3"
}
}