linuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacos
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
140 lines
5.6 KiB
140 lines
5.6 KiB
{ |
|
"private": true, |
|
"scripts": { |
|
"start": "electron electron/main.js", |
|
"start:debug": "electron electron/main.js --enable-logging", |
|
"test": "node electron/test.js", |
|
"sencha:clean": "rm -rf ./build/production", |
|
"sencha:compile": "sencha app build && cp app/package.json build/production/Rambox/ && npm --prefix ./build/production/Rambox/ install ./build/production/Rambox/", |
|
"sencha:compile:build": "sencha app build && cp app/package.json build/production/Rambox/ && cp -R build/production/Rambox/* ../rambox-build", |
|
"clean": "rm -rf ./dist", |
|
"clean:osx": "rm -rf ./dist/Rambox-darwin-*", |
|
"clean:win": "rm -rf ./dist/Rambox-win32-*", |
|
"pack": "npm run pack:osx && npm run pack:win", |
|
"pack:osx": "electron-packager \"./build/production/Rambox/\" \"Rambox\" --out=dist --platform=darwin --arch=x64 --version=1.3.4 --icon=resources/installer/Icon.icns --app-version=0.2.0 --build-version=64-bit --version-string.CompanyName=\"Rambox\" --version-string.ProductName=\"Rambox\" --asar --prune --overwrite", |
|
"pack:win": "npm run pack:win32 && npm run pack:win64", |
|
"pack:win32": "electron-packager \"./build/production/Rambox/\" \"Rambox\" --out=dist --platform=win32 --arch=ia32 --version=1.3.4 --icon=resources/installer/Icon.ico --app-version=0.2.0 --build-version=32-bit --version-string.CompanyName=\"Rambox\" --version-string.ProductName=\"Rambox\" --asar --prune --overwrite", |
|
"pack:win64": "electron-packager \"./build/production/Rambox/\" \"Rambox\" --out=dist --platform=win32 --arch=x64 --version=1.3.4 --icon=resources/installer/Icon.ico --app-version=0.2.0 --build-version=64-bit --version-string.CompanyName=\"Rambox\" --version-string.ProductName=\"Rambox\" --asar --prune --overwrite", |
|
"pack:linux": "npm run pack:linux32 && npm run pack:linux64", |
|
"pack:linux32": "electron-packager \"./build/production/Rambox/\" \"Rambox\" --out=dist --platform=linux --arch=ia32 --version=1.3.4 --icon=resources/installer/Icon.ico --app-version=0.2.0 --build-version=64-bit --version-string.CompanyName=\"Rambox\" --version-string.ProductName=\"Rambox\" --asar --prune --overwrite", |
|
"pack:linux64": "electron-packager \"./build/production/Rambox/\" \"Rambox\" --out=dist --platform=linux --arch=x64 --version=1.3.4 --icon=resources/installer/Icon.ico --app-version=0.2.0 --build-version=64-bit --version-string.CompanyName=\"Rambox\" --version-string.ProductName=\"Rambox\" --asar --prune --overwrite", |
|
"build": "npm run build:linux && npm run build:osx && npm run build:win", |
|
"build:osx": "build --osx", |
|
"build:linux": "npm run build:linux32 && npm run build:linux64", |
|
"build:linux32": "build --linux --ia32", |
|
"build:linux64": "build --linux --x64", |
|
"build:win": "node ./build/winstaller.js ia32 && node ./build/winstaller.js x64", |
|
"build:win32": "build --win --ia32", |
|
"build:win64": "build --win --x64", |
|
"setup:osx": "npm run sencha:clean && npm run sencha:compile && npm run clean:osx && npm run pack:osx && npm run build:osx", |
|
"setup:win": "npm run sencha:clean && npm run sencha:compile && npm run clean:win && npm run pack:win && npm run build:win", |
|
"zip:win32": "bestzip \"dist/Rambox-win32-ia32-portable.zip\" \"dist/Rambox-win32-ia32/*\"", |
|
"zip:win64": "bestzip \"dist/Rambox-win32-x64-portable.zip\" \"dist/Rambox-win32-x64/*\"", |
|
"zip:linux32": "bestzip \"dist/Rambox-linux-ia32.zip\" \"dist/Rambox-linux-ia32/*\"", |
|
"zip:linux64": "bestzip \"dist/Rambox-linux-x64.zip\" \"dist/Rambox-linux-x64/*\"", |
|
"all:win": "npm run sencha:clean && npm run sencha:compile && npm run clean:win && npm run pack:win && npm run zip:win32 && npm run zip:win64 && npm run build:win", |
|
"all:linux": "npm run sencha:clean && npm run sencha:compile && npm run build:linux" |
|
}, |
|
"name": "Rambox", |
|
"productName": "Rambox", |
|
"authors": [ |
|
"Ramiro Saenz" |
|
], |
|
"copyright": "", |
|
"homepage": "http://www.rambox.pro", |
|
"build": { |
|
"name": "Rambox", |
|
"productName": "Rambox", |
|
"appId": "com.saenzramiro.rambox", |
|
"app-category-type": "public.app-category.productivity", |
|
"asar": true, |
|
"protocols": [ |
|
{ |
|
"name": "Rambox", |
|
"schemes": ["rambox"] |
|
} |
|
], |
|
"mac": { |
|
"target": [ |
|
"default" |
|
], |
|
"icon": "./resources/installer/Icon.icns" |
|
}, |
|
"dmg": { |
|
"title": "Rambox", |
|
"icon": "./resources/installer/Icon.icns", |
|
"icon-size": 128, |
|
"contents": [ |
|
{ |
|
"x": 355, |
|
"y": 125, |
|
"type": "link", |
|
"path": "/Applications" |
|
}, |
|
{ |
|
"x": 155, |
|
"y": 125, |
|
"type": "file" |
|
} |
|
] |
|
}, |
|
"win32metadata": { |
|
"CompanyName": "Rambox", |
|
"ProductName": "Rambox", |
|
"InternalName": "Rambox" |
|
}, |
|
"win": { |
|
"title": "Rambox", |
|
|
|
"target": [ |
|
"squirrel", |
|
"zip" |
|
], |
|
"loadingGif": "./resources/installer/loading.gif", |
|
"iconUrl": "https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/Icon.ico", |
|
"icon": "./resources/Icon.ico", |
|
"msi": false |
|
}, |
|
"linux": { |
|
"target": [ |
|
"AppImage", |
|
"deb", |
|
"rpm", |
|
"zip", |
|
"tar.gz" |
|
], |
|
"icon": "./resources/Icon.png" |
|
} |
|
}, |
|
"directories": { |
|
"buildResources": "resources/installer/", |
|
"output": "dist/", |
|
"app": "build/production/Rambox/" |
|
}, |
|
"devDependencies": { |
|
"asar": "^0.12.1", |
|
"bestzip": "^1.1.3", |
|
"electron-builder": "5.19.1", |
|
"electron-prebuilt": "1.3.4", |
|
"electron-squirrel-startup": "^1.0.0" |
|
}, |
|
"config": { |
|
"pre-git": { |
|
"commit-msg": "", |
|
"pre-commit": [], |
|
"post-commit": "", |
|
"pre-push": [], |
|
"post-checkout": "", |
|
"post-merge": "" |
|
} |
|
}, |
|
"dependencies": { |
|
"auto-launch": "^2.1.0", |
|
"electron-window-state": "^3.0.3", |
|
"firebase": "^3.0.5", |
|
"firebase-token-generator": "^2.0.0", |
|
"tmp": "0.0.28", |
|
"mime": "^1.3.4", |
|
"electron-is-dev": "^0.1.1" |
|
} |
|
}
|
|
|