{ "name": "edex-ui", "version": "0.1.0", "description": "A science fiction desktop running everywhere. Awesome.", "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", "build": "./node_modules/.bin/electron-builder build -wl -p never", "postbuild": "rm -R 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 Human Interface", "asar": true, "compression": "maximum", "copyright": "FREE FOR ALL", "directories": { "output": "dist", "app": "prebuild-src" }, "electronDownload": { "strictSSL": false, "verifyChecksum": true }, "forceCodeSigning": false, "npmRebuild": true, "publish": { "provider": "github", "repo": "edex-ui", "owner": "GitSquared", "vPrefixedTagName": true, "host": "github.com", "protocol": "https" }, "linux": { "target": [ { "target": "tar.gz", "arch": [ "x64", "ia32", "armv7l" ] } ], "icon": "media/linuxIcons" }, "win": { "target": [ { "target": "portable", "arch": [ "x64", "ia32" ] } ], "icon": "media/icon.ico" } }, "devDependencies": { "electron": "1.7.9", "electron-builder": "19.43.0", "electron-rebuild": "1.6.0", "minifier": "0.8.1", "node-json-minify": "1.0.0", "uglify-js": "3.1.6" } }