-
-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci skip]
- Loading branch information
Travis CI
committed
Oct 27, 2017
1 parent
09b2049
commit 4703434
Showing
4 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
layout: app | ||
|
||
permalink: /DeDop-studio/ | ||
description: DeDop Studio | ||
|
||
screenshots: | ||
- DeDop-studio/screenshot.png | ||
|
||
authors: | ||
- name: DeDop | ||
url: https://github.com/DeDop | ||
|
||
links: | ||
- type: GitHub | ||
url: DeDop/dedop-studio | ||
- type: Install | ||
url: https://github.com/DeDop/dedop-studio/releases | ||
|
||
desktop: | ||
Desktop Entry: | ||
Name: DeDop-studio | ||
Comment: DeDop Studio | ||
Exec: AppRun | ||
Terminal: false | ||
Type: Application | ||
Icon: dedop-studio | ||
X-AppImage-Version: 1.2.0.61 | ||
X-AppImage-BuildId: 77b50370-b985-11a7-0071-2f16bd94bf60 | ||
Categories: Science | ||
AppImageHub: | ||
X-AppImage-UpdateInformation: | ||
X-AppImage-Type: 1 | ||
X-AppImage-Architecture: x86_64 | ||
|
||
electron: | ||
description: DeDop Studio | ||
main: main.js | ||
author: Brockmann Consult GmbH | ||
license: MIT | ||
private: true | ||
dependencies: | ||
"@blueprintjs/core": "~1.13.0" | ||
"@blueprintjs/table": "~1.10.0" | ||
cesium: "~1.27.0" | ||
codemirror: "~5.21.0" | ||
electron-devtools-installer: "~2.1.0" | ||
moment: "~2.17.1" | ||
react-addons-css-transition-group: "~15.4.0" | ||
react: "~15.4.0" | ||
react-ace: "~5.2.0" | ||
react-codemirror: "~0.3.0" | ||
react-dom: "~15.4.0" | ||
react-redux: "~4.4.5" | ||
redux: "~3.6.0" | ||
redux-logger: "~2.7.4" | ||
redux-thunk: "~2.1.0" | ||
reselect: "~2.5.4" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[Desktop Entry] | ||
Name=DeDop-studio | ||
Comment=DeDop Studio | ||
Exec=AppRun | ||
Terminal=false | ||
Type=Application | ||
Icon=dedop-studio | ||
X-AppImage-Version=1.2.0.61 | ||
X-AppImage-BuildId=77b50370-b985-11a7-0071-2f16bd94bf60 | ||
Categories=Science; | ||
|
||
[AppImageHub] | ||
X-AppImage-UpdateInformation= | ||
# Dear upstream developer, please include a digital signature in your AppImage | ||
# (e.g., with appimagetool -s) so that users can easily verify the authenticity the AppImage | ||
X-AppImage-Type=1 | ||
# Dear upstream developer, please consider to switch to type 2 | ||
# so that users can benefit from the additional features like digital embedded signatures | ||
# see https://github.com/AppImage/AppImageSpec/blob/master/draft.md#type-2-image-format | ||
# or use linuxdeployqt or appimagetool which produce type 2 automatically | ||
X-AppImage-Architecture=x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "DeDop-studio", | ||
"productName": "DeDop-studio", | ||
"version": "1.2.0", | ||
"description": "DeDop Studio", | ||
"main": "main.js", | ||
"author": "Brockmann Consult GmbH", | ||
"license": "MIT", | ||
"private": true, | ||
"dependencies": { | ||
"@blueprintjs/core": "~1.13.0", | ||
"@blueprintjs/table": "~1.10.0", | ||
"cesium": "~1.27.0", | ||
"codemirror": "~5.21.0", | ||
"electron-devtools-installer": "~2.1.0", | ||
"moment": "~2.17.1", | ||
"react-addons-css-transition-group": "~15.4.0", | ||
"react": "~15.4.0", | ||
"react-ace": "~5.2.0", | ||
"react-codemirror": "~0.3.0", | ||
"react-dom": "~15.4.0", | ||
"react-redux": "~4.4.5", | ||
"redux": "~3.6.0", | ||
"redux-logger": "~2.7.4", | ||
"redux-thunk": "~2.1.0", | ||
"reselect": "~2.5.4" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.