This repository was archived by the owner on Oct 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +37
-8
lines changed Expand file tree Collapse file tree 2 files changed +37
-8
lines changed Original file line number Diff line number Diff line change 13
13
],
14
14
"main" : " src/_boot.js" ,
15
15
"scripts" : {
16
+ "start" : " node_modules/.bin/electron src" ,
17
+ "install-linux" : " npm install && cd src && npm install && ./../node_modules/.bin/electron-rebuild -f -w node-pty && cd .." ,
16
18
"start" : " node_modules/.bin/electron ." ,
17
19
"install-linux" : " npm install && ./node_modules/.bin/electron-rebuild -f -w node-pty" ,
18
- "preinstall-windows" : " npm install --global --production windows-build-tools && npm install --global node-gyp && setx PYTHON \" %USERPROFILE%\\ .windows-build-tools\\ python27\\ python.exe\" " ,
20
+ "preinstall-windows" : " npm install --global --production windows-build-tools && npm install --global node-gyp && setx PYTHON \" %USERPROFILE%\\ .windows-build-tools\\ python27\\ python.exe\" " ,
21
+ "install-windows" : " npm install && cd src && npm install && ..\\ node_modules\\ .bin\\ electron-rebuild -f -w node-pty && cd .." ,
22
+ "prebuild" : " mkdir prebuild-src && cp -R src/* prebuild-src/ && node prebuild-minify.js && cd prebuild-src && npm install" ,
19
23
"install-windows" : " npm install && node_modules\\ .bin\\ electron-rebuild -f -w node-pty" ,
20
- "prebuild" : " mkdir prebuild-src && cp -R src/* prebuild-src/ && cp package.json prebuild-src/ && node prebuild-minify.js " ,
24
+ "prebuild" : " mkdir prebuild-src && cp -R src/* prebuild-src/ && node prebuild-minify.js && npm install " ,
21
25
"build" : " ./node_modules/.bin/electron-builder build -wl -p never" ,
22
26
"postbuild" : " rm -R prebuild-src"
23
27
},
81
85
"icon" : " media/icon.ico"
82
86
}
83
87
},
84
- "dependencies" : {
85
- "battery-level" : " 3.0.0" ,
86
- "node-pty" : " 0.7.1" ,
87
- "ws" : " 3.2.0" ,
88
- "xterm" : " 2.9.2"
89
- },
90
88
"devDependencies" : {
91
89
"electron" : " 1.7.9" ,
92
90
"electron-builder" : " 19.48.3" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " edex-ui" ,
3
+ "productName" : " eDEX-UI" ,
4
+ "version" : " 0.1.0" ,
5
+ "description" : " A science fiction desktop running everywhere. Awesome." ,
6
+ "keywords" : [
7
+ " desktop" ,
8
+ " sci-fi" ,
9
+ " gui" ,
10
+ " portable" ,
11
+ " tty" ,
12
+ " terminal"
13
+ ],
14
+ "main" : " _boot.js" ,
15
+ "repository" : {
16
+ "type" : " git" ,
17
+ "url" : " git+https://github.com/GitSquared/edex-ui.git"
18
+ },
19
+ "author" : " GitSquared, Pixelylon" ,
20
+ "license" : " GPL-3.0" ,
21
+ "bugs" : {
22
+ "url" : " https://github.com/GitSquared/edex-ui/issues"
23
+ },
24
+ "homepage" : " https://github.com/GitSquared/edex-ui#readme" ,
25
+ "dependencies" : {
26
+ "battery-level" : " 3.0.0" ,
27
+ "node-pty" : " 0.7.1" ,
28
+ "ws" : " 3.2.0" ,
29
+ "xterm" : " 2.9.2"
30
+ }
31
+ }
You can’t perform that action at this time.
0 commit comments