-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgren.json
More file actions
25 lines (25 loc) · 602 Bytes
/
Copy pathgren.json
File metadata and controls
25 lines (25 loc) · 602 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
{
"type": "package",
"platform": "node",
"name": "gren-lang/node",
"summary": "Run Gren on Node.js",
"license": "BSD-3-Clause",
"version": "6.1.3",
"exposed-modules": [
"Node",
"Init",
"Terminal",
"ChildProcess",
"FileSystem",
"FileSystem.FileHandle",
"FileSystem.Path",
"HttpClient",
"HttpServer",
"HttpServer.Response"
],
"gren-version": "0.6.0 <= v < 0.7.0",
"dependencies": {
"gren-lang/core": "7.0.0 <= v < 8.0.0",
"gren-lang/url": "6.0.0 <= v < 7.0.0"
}
}