mirror of
https://github.com/enso-org/enso.git
synced 2024-12-04 21:24:52 +03:00
18 lines
394 B
JSON
18 lines
394 B
JSON
|
{
|
||
|
"name": "enso-assets",
|
||
|
"type": "module",
|
||
|
"version": "1.0.0",
|
||
|
"author": {
|
||
|
"name": "Enso Team",
|
||
|
"email": "contact@enso.org"
|
||
|
},
|
||
|
"homepage": "https://github.com/enso-org/enso/tree/develop/app/ide-desktop/lib/assets",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:enso-org/enso.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/enso-org/enso/issues"
|
||
|
}
|
||
|
}
|