-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgren.json
37 lines (37 loc) · 861 Bytes
/
gren.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
{
"type": "package",
"platform": "browser",
"name": "gren-lang/browser",
"summary": "Run Gren in browsers",
"license": "BSD-3-Clause",
"version": "5.0.0",
"exposed-modules": [
"Browser",
"Browser.Dom",
"Browser.Events",
"Browser.Navigation",
"File",
"File.Download",
"File.Select",
"Http",
"VirtualDom",
"Html",
"Html.Attributes",
"Html.Events",
"Html.Keyed",
"Html.Lazy",
"Svg",
"Svg.Attributes",
"Svg.Events",
"Svg.Keyed",
"Svg.Lazy",
"WebStorage",
"LocalStorage",
"SessionStorage"
],
"gren-version": "0.5.0 <= v < 0.6.0",
"dependencies": {
"gren-lang/core": "6.0.0 <= v < 7.0.0",
"gren-lang/url": "5.0.0 <= v < 6.0.0"
}
}