Skip to content

Commit 8823246

Browse files
authored
Merge pull request AppImage#568 from AppImage/storyboarder
Storyboarder
2 parents 944e129 + b119d7b commit 8823246

File tree

6 files changed

+185
-0
lines changed

6 files changed

+185
-0
lines changed

apps/storyboarder.md

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
---
2+
layout: app
3+
4+
permalink: /storyboarder/
5+
description: The fastest way to storyboard.
6+
7+
icons:
8+
- storyboarder/icons/512x512/storyboarder.png
9+
10+
screenshots:
11+
- storyboarder/screenshot.png
12+
13+
authors:
14+
- name: wonderunit
15+
url: https://github.com/wonderunit
16+
17+
links:
18+
- type: GitHub
19+
url: wonderunit/storyboarder
20+
- type: Download
21+
url: https://github.com/wonderunit/storyboarder/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Name: Storyboarder
26+
Comment: The fastest way to storyboard.
27+
Exec: AppRun
28+
Terminal: false
29+
Type: Application
30+
Icon: storyboarder
31+
StartupWMClass: Storyboarder
32+
X-AppImage-Version: 1.9.2
33+
MimeType: x-scheme-handler/storyboarder
34+
Categories: Graphics
35+
X-AppImage-BuildId: 1CQYpNKNAcDlL8rf49ngmoKvmcn
36+
AppImageHub:
37+
X-AppImage-Signature: no valid OpenPGP data found. the signature could not be verified.
38+
Please remember that the signature file (.sig or .asc) should be the first file
39+
given on the command line.
40+
X-AppImage-Type: 2
41+
X-AppImage-Architecture: x86_64
42+
43+
electron:
44+
description: The fastest way to storyboard.
45+
main: src/js/main.js
46+
repository:
47+
type: git
48+
url: git+https://github.com/wonderunit/storyboarder.git
49+
author: Wonder Unit Inc.
50+
dependencies:
51+
"@ffmpeg-installer/ffmpeg": 1.0.13
52+
ag-psd: "^1.2.0"
53+
alchemancy: github:wonderunit/alchemancy#v1.5.1
54+
archiver: 2.0.3
55+
caf: 7.0.4
56+
chokidar: 2.0.3
57+
color-js: "^1.0.4"
58+
eases: 1.0.8
59+
electron-google-analytics: 0.0.16
60+
electron-is-dev: 0.3.0
61+
electron-redux: 1.3.1
62+
electron-updater: 3.1.2
63+
electron-util: 0.4.1
64+
etch: 0.12.8
65+
execa: 0.8.0
66+
express: "^4.15.4"
67+
fraction.js: 4.0.3
68+
fs-extra: 4.0.2
69+
gifencoder: "^1.1.0"
70+
gl-vec2: "^1.0.0"
71+
jsfeat: 0.0.8
72+
jsonwebtoken: 8.1.1
73+
lodash.throttle: 4.1.1
74+
moment: 2.19.3
75+
node-fetch: 2.1.2
76+
node-machine-id: 1.1.10
77+
paper: 0.11.5
78+
pdfjs-dist: 2.0.550
79+
pdfkit: "^0.8.3"
80+
plist: 2.1.0
81+
promise-cancelable: 2.1.1
82+
qr-image: "^3.2.0"
83+
qrcode-reader: "^1.0.0"
84+
ramda: 0.25.0
85+
redux: 3.7.2
86+
redux-promise: 0.5.3
87+
redux-thunk: 2.2.0
88+
request: 2.83.0
89+
request-promise-native: 1.0.5
90+
socket.io: "^2.0.3"
91+
stats.js: 0.17.0
92+
tether: 1.4.0
93+
tether-tooltip: 1.2.0
94+
tmp: 0.0.33
95+
tonal: 0.69.9
96+
tone: 0.12.0
97+
trash: 4.0.1
98+
wav-encoder: 1.3.0
99+
xml2js: 0.4.19
100+
---

data/storyboarder

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
https://github.com/wonderunit/storyboarder/releases/download/v1.9.2/Storyboarder-1.9.2-linux-x86_64.AppImage
2+
# Link without version would be better
3+
#
Loading

database/storyboarder/package.json

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"name": "storyboarder",
3+
"productName": "Storyboarder",
4+
"version": "1.9.2",
5+
"description": "The fastest way to storyboard.",
6+
"main": "src/js/main.js",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/wonderunit/storyboarder.git"
10+
},
11+
"author": "Wonder Unit Inc.",
12+
"dependencies": {
13+
"@ffmpeg-installer/ffmpeg": "1.0.13",
14+
"ag-psd": "^1.2.0",
15+
"alchemancy": "github:wonderunit/alchemancy#v1.5.1",
16+
"archiver": "2.0.3",
17+
"caf": "7.0.4",
18+
"chokidar": "2.0.3",
19+
"color-js": "^1.0.4",
20+
"eases": "1.0.8",
21+
"electron-google-analytics": "0.0.16",
22+
"electron-is-dev": "0.3.0",
23+
"electron-redux": "1.3.1",
24+
"electron-updater": "3.1.2",
25+
"electron-util": "0.4.1",
26+
"etch": "0.12.8",
27+
"execa": "0.8.0",
28+
"express": "^4.15.4",
29+
"fraction.js": "4.0.3",
30+
"fs-extra": "4.0.2",
31+
"gifencoder": "^1.1.0",
32+
"gl-vec2": "^1.0.0",
33+
"jsfeat": "0.0.8",
34+
"jsonwebtoken": "8.1.1",
35+
"lodash.throttle": "4.1.1",
36+
"moment": "2.19.3",
37+
"node-fetch": "2.1.2",
38+
"node-machine-id": "1.1.10",
39+
"paper": "0.11.5",
40+
"pdfjs-dist": "2.0.550",
41+
"pdfkit": "^0.8.3",
42+
"plist": "2.1.0",
43+
"promise-cancelable": "2.1.1",
44+
"qr-image": "^3.2.0",
45+
"qrcode-reader": "^1.0.0",
46+
"ramda": "0.25.0",
47+
"redux": "3.7.2",
48+
"redux-promise": "0.5.3",
49+
"redux-thunk": "2.2.0",
50+
"request": "2.83.0",
51+
"request-promise-native": "1.0.5",
52+
"socket.io": "^2.0.3",
53+
"stats.js": "0.17.0",
54+
"tether": "1.4.0",
55+
"tether-tooltip": "1.2.0",
56+
"tmp": "0.0.33",
57+
"tonal": "0.69.9",
58+
"tone": "0.12.0",
59+
"trash": "4.0.1",
60+
"wav-encoder": "1.3.0",
61+
"xml2js": "0.4.19"
62+
}
63+
}

database/storyboarder/screenshot.png

54.4 KB
Loading
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[Desktop Entry]
2+
Name=Storyboarder
3+
Comment=The fastest way to storyboard.
4+
Exec=AppRun
5+
Terminal=false
6+
Type=Application
7+
Icon=storyboarder
8+
StartupWMClass=Storyboarder
9+
X-AppImage-Version=1.9.2
10+
MimeType=x-scheme-handler/storyboarder;
11+
Categories=Graphics;
12+
X-AppImage-BuildId=1CQYpNKNAcDlL8rf49ngmoKvmcn
13+
14+
[AppImageHub]
15+
# Dear upstream developer, please include update information in your AppImage
16+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
17+
X-AppImage-Signature=no valid OpenPGP data found. the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
18+
X-AppImage-Type=2
19+
X-AppImage-Architecture=x86_64

0 commit comments

Comments
 (0)