mirror of
https://github.com/enso-org/enso.git
synced 2024-12-26 02:22:57 +03:00
21 lines
420 B
JSON
21 lines
420 B
JSON
{
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Enso Team",
|
|
"email": "contact@enso.org"
|
|
},
|
|
"homepage": "https://github.com/enso-org/ide",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:enso-org/ide.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/enso-org/ide/issues"
|
|
},
|
|
"name": "enso-studio-common",
|
|
"dependencies": {
|
|
"mime-types": "^2.1.35",
|
|
"portfinder": "^1.0.28"
|
|
}
|
|
}
|