forked from wonderunit/storyboarder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "storyboarder",
"productName": "Storyboarder",
"version": "0.2.0-beta.1",
"description": "The fastest way to storyboard.",
"main": "src/js/main.js",
"scripts": {
"start": "electron .",
"dist:mac": "build -m",
"dist:win": "build -w",
"dist": "build -mw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/setpixel/storyboarder.git"
},
"keywords": [
"fountain",
"storyboard",
"storyboarder"
],
"author": "Charles Forman",
"license": "ISC",
"build": {
"asar": true,
"appId": "com.wonderunit.storyboarder",
"files": [
"**/*",
"!*.md",
"!DEVELOPERS.md",
"!README.md",
"!notes/"
]
},
"devDependencies": {
"electron-builder": "15.1.1",
"electron-prebuilt": "^1.4.5"
},
"dependencies": {
"cardinal-spline-js": "^2.3.6",
"color-js": "^1.0.3",
"electron-is-dev": "0.1.2",
"electron-localshortcut": "^1.0.0",
"moment": "^2.14.1",
"tether": "1.4.0",
"tether-tooltip": "1.2.0",
"tone": "^0.8.0"
}
}