{ "name": "6502desktop", "version": "0.1.2", "description": "Desktop version of 6502 Simulator", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "electron .", "pack-mac": "electron-packager . 6502Desktop --asar.unpack=protocol-link.html --overwrite --platform=darwin --arch=x64 --icon=assets/mac/app.icns --out=out --osx-sign.identity='Developer ID Application: 3DEsprit' --appBundleId='6502Desktop' appCategoryType=public.app-category.education", "pack-win": "electron-packager . --asar.unpack=protocol-link.html --overwrite --platform=win32 --arch=ia32 --icon=assets/win/app.ico --out=out --version-string.CompanyName='3DEsprit' --version-string.FileDescription='6502 Simulator Desktop' --version-string.ProductName='6502 Simulator Desktop'", "pack-linux": "electron-packager . --asar.unpack=protocol-link.html --overwrite --platform=linux --arch=x64 --out=out" }, "author": "DBrown", "license": "ISC", "dependencies": { "electron": "^1.6.2", "electron-debug": "^1.1.0", "electron-devtools-installer": "^2.1.0", "electron-packager": "^8.5.2", "electron-prebuilt": "^1.4.13" }, "devDependencies": { "babel-core": "^6.23.1", "babel-loader": "^6.4.0", "babel-polyfill": "^6.23.0", "babili-webpack-plugin": "^0.0.11", "css-loader": "^0.27.1", "file-loader": "^0.10.1", "webpack": "^2.2.1", "webpack-merge": "^4.0.0", "webpack-validator": "^2.3.0" } }