20 lines
505 B
JSON
20 lines
505 B
JSON
{
|
|
"type": "package",
|
|
"platform": "browser",
|
|
"name": "blaix/skog",
|
|
"summary": "Framework for Gren apps that run on mobile, desktop, and web.",
|
|
"license": "BSD-3-Clause",
|
|
"version": "0.1.0",
|
|
"exposed-modules": [
|
|
"Skog",
|
|
"UI",
|
|
"UI.Attribute",
|
|
"Mobile",
|
|
"Desktop"
|
|
],
|
|
"gren-version": "0.6.0 <= v < 0.7.0",
|
|
"dependencies": {
|
|
"gren-lang/core": "7.0.0 <= v < 8.0.0",
|
|
"gren-lang/browser": "6.0.0 <= v < 7.0.0"
|
|
}
|
|
}
|