{ "name": "edex-ui", "productName": "eDEX-UI", "version": "0.7.3", "description": "A science fiction desktop running everywhere. Awesome.", "keywords": [ "desktop", "sci-fi", "gui", "portable", "tty", "terminal" ], "main": "src/_boot.js", "scripts": { "start": "node_modules/.bin/electron src", "install-linux": "npm install && cd src && npm install && ./../node_modules/.bin/electron-rebuild -f -w node-pty && cd ..", "preinstall-windows": "npm install --global --production windows-build-tools && npm install --global node-gyp && setx PYTHON \"%USERPROFILE%\\.windows-build-tools\\python27\\python.exe\"", "install-windows": "npm install && cd src && npm install && ..\\node_modules\\.bin\\electron-rebuild -f -w node-pty && cd ..", "prebuild": "mkdir prebuild-src && cp -R src/* prebuild-src/ && node prebuild-minify.js && cd prebuild-src && npm install", "prebuild-windows": "mkdir prebuild-src && xcopy src\\* prebuild-src\\ /E /C /Q /Y && node prebuild-minify.js && cd prebuild-src && npm install", "build": "./node_modules/.bin/electron-builder build -l -p never", "build-windows": "node_modules\\.bin\\electron-builder -w -p never", "postbuild": "rm -R prebuild-src", "postbuild-windows": "rmdir /S /Q prebuild-src" }, "repository": { "type": "git", "url": "git+https://github.com/GitSquared/edex-ui.git" }, "author": "GitSquared, Pixelylon", "license": "GPL-3.0", "bugs": { "url": "https://github.com/GitSquared/edex-ui/issues" }, "homepage": "https://github.com/GitSquared/edex-ui#readme", "build": { "appId": "com.edex.ui", "productName": "eDEX-UI", "asar": true, "compression": "maximum", "copyright": "FREE FOR ALL", "directories": { "output": "dist", "app": "prebuild-src" }, "electronDownload": { "strictSSL": false, "verifyChecksum": true }, "forceCodeSigning": false, "npmRebuild": true, "artifactName": "eDEX-UI-${arch}.${ext}", "linux": { "target": [ { "target": "tar.gz", "arch": [ "x64", "ia32", "armv7l" ] }, { "target": "snap" } ], "category": "System", "icon": "media/linuxIcons" }, "win": { "target": [ { "target": "portable", "arch": [ "x64", "ia32" ] } ], "icon": "media/icon.ico" } }, "devDependencies": { "clean-css": "4.1.9", "electron": "1.8.2", "electron-builder": "20.0.6", "electron-rebuild": "1.7.3", "node-json-minify": "1.0.0", "uglify-es": "3.3.10" } }