-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 2.32 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@hughsk/video-thing-app",
"private": true,
"version": "1.0.0",
"scripts": {
"electron": "electron app.js",
"packager": "electron-packager ./ 'Lazurite' --platform darwin --arch all --version 0.30.4 --icon ./icons/lazurite.icns",
"start": "linklocal && npm run watch",
"watch": "(npm run watch:css & npm run electron)",
"watch:ify": "watchify index.js -o bundle.js",
"watch:css": "cssnext --watch index.css bundle.css",
"postinstall": "linklocal && linklocal --list | bulk -c 'npm install --cache-min Infinity --production'"
},
"dependencies": {
"app-config": "file:app-config",
"app-display-client": "file:app-display-client",
"app-display-server": "file:app-display-server",
"app-final-pass": "file:app-final-pass",
"app-main": "file:app-main",
"app-main-preview": "file:app-main-preview",
"app-microphone": "file:app-microphone",
"app-midi": "file:app-midi",
"app-midi-2": "file:app-midi-2",
"app-scene-select": "file:app-scene-select",
"app-sidebar": "file:app-sidebar",
"app-styles": "file:app-styles",
"app-transition-manager": "file:app-transition-manager",
"app-transitions": "file:app-transitions",
"babel": "^5.5.8",
"babelify": "^6.1.2",
"base-scene-shadertoy": "file:scene-base-shadertoy",
"brfs": "^1.4.0",
"bulk": "^2.0.0",
"css-wipe": "^3.0.2",
"cssnext": "^1.8.1",
"electron-prebuilt": "^0.30.2",
"glslify": "^2.2.1",
"interplay": "^1.0.2",
"interplay-bang": "^1.0.0",
"interplay-range": "^1.0.0",
"linklocal": "^2.5.2",
"scene-bars": "file:scene-bars",
"scene-base-shadertoy": "file:scene-base-shadertoy",
"scene-blob": "file:scene-blob",
"scene-cabbibo-cube": "file:scene-cabbibo-cube",
"scene-excess": "file:scene-excess",
"scene-hexagon": "file:scene-hexagon",
"scene-moire": "file:scene-moire",
"scene-renderer": "file:scene-renderer",
"scene-road-to-hell": "file:scene-road-to-hell",
"scene-ruler": "file:scene-ruler",
"scene-tracks": "file:scene-tracks",
"scene-tunnel": "file:scene-tunnel",
"scene-warp": "file:scene-warp",
"scene-waves": "file:scene-waves",
"serve": "^1.4.0",
"signalhub": "^4.2.2",
"watchify": "^3.2.3",
"webcomponents.js": "^0.7.2"
},
"devDependencies": {
"electron-packager": "^5.0.1"
}
}