🐣
This commit is contained in:
commit
22ae65c92f
8 changed files with 188 additions and 0 deletions
20
gren.json
Normal file
20
gren.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue