2016-09-26 21:39:43 -05:00
|
|
|
{
|
|
|
|
"name": "Symphony",
|
2017-02-22 17:34:16 -06:00
|
|
|
"productName": "Symphony",
|
2018-10-22 12:04:48 -05:00
|
|
|
"version": "3.4.0",
|
2018-05-23 05:29:11 -05:00
|
|
|
"buildNumber": "0",
|
2017-02-17 20:53:25 -06:00
|
|
|
"description": "Symphony desktop app (Foundation ODP)",
|
2016-11-07 14:31:39 -06:00
|
|
|
"author": "Symphony",
|
2017-02-10 20:20:09 -06:00
|
|
|
"main": "js/main.js",
|
2016-09-26 21:39:43 -05:00
|
|
|
"scripts": {
|
2018-06-05 06:02:51 -05:00
|
|
|
"lint": "eslint --ext .js js/",
|
|
|
|
"prebuild": "npm run rebuild && npm run browserify-preload",
|
|
|
|
"browserify-preload": "browserify -o js/preload/_preloadMain.js -x electron --insert-global-vars=__filename,__dirname js/preload/preloadMain.js --exclude electron-spellchecker",
|
|
|
|
"rebuild": "electron-rebuild -f",
|
2018-06-25 04:43:38 -05:00
|
|
|
"dev": "npm run prebuild && cross-env ELECTRON_DEV=true electron .",
|
2018-09-06 01:15:07 -05:00
|
|
|
"test": "npm run lint && npm rebuild --build-from-source && cross-env ELECTRON_QA=true jest --config jest.unit.config.json --runInBand && npm run rebuild",
|
|
|
|
"spectron-test": "npm run lint && npm rebuild --build-from-source robotjs && cross-env ELECTRON_QA=true jest --config jest.spectron.config.json --runInBand --detectOpenHandles",
|
2017-06-08 11:10:37 -05:00
|
|
|
"demo-win": "npm run prebuild && cross-env ELECTRON_DEV=true electron . --url=file:///demo/index.html",
|
|
|
|
"demo-mac": "npm run prebuild && cross-env ELECTRON_DEV=true electron . --url=file://$(pwd)/demo/index.html",
|
2017-10-06 02:36:38 -05:00
|
|
|
"unpacked-mac": "npm run prebuild && npm run test && build --mac --dir",
|
2018-09-19 01:58:41 -05:00
|
|
|
"packed-mac": "npm run unpacked-mac && packagesbuild -v installer/mac/symphony-mac-packager.pkgproj",
|
2017-07-14 04:37:25 -05:00
|
|
|
"unpacked-win": "npm run prebuild && npm run test && build --win --x64 --dir",
|
2018-06-05 06:02:51 -05:00
|
|
|
"unpacked-win-x86": "npm run prebuild && npm run test && build --win --ia32 --dir"
|
2016-11-07 14:31:39 -06:00
|
|
|
},
|
|
|
|
"build": {
|
2017-08-23 11:38:33 -05:00
|
|
|
"asarUnpack": [
|
|
|
|
"node_modules/@paulcbetts/cld/build/Release/cld.node"
|
|
|
|
],
|
2017-03-03 18:07:48 -06:00
|
|
|
"files": [
|
2017-03-21 13:50:26 -05:00
|
|
|
"!coverage/*",
|
|
|
|
"!installer/*",
|
2017-08-16 03:26:49 -05:00
|
|
|
"!tests/*",
|
|
|
|
"!node_modules/@paulcbetts/cld/deps/cld${/*}",
|
|
|
|
"!node_modules/@paulcbetts/cld/build/deps${/*}",
|
|
|
|
"!node_modules/@paulcbetts/spellchecker/vendor${/*}"
|
2017-03-03 18:07:48 -06:00
|
|
|
],
|
2017-12-28 05:59:27 -06:00
|
|
|
"extraFiles": [
|
|
|
|
"config/Symphony.config",
|
|
|
|
"library/libsymphonysearch.dylib",
|
2018-08-09 10:51:37 -05:00
|
|
|
"library/cryptoLib.dylib",
|
2018-07-19 08:15:16 -05:00
|
|
|
"library/lz4.exec"
|
2017-12-28 05:59:27 -06:00
|
|
|
],
|
2018-04-19 12:56:42 -05:00
|
|
|
"appId": "com.symphony.electron-desktop",
|
2016-11-07 14:31:39 -06:00
|
|
|
"mac": {
|
2017-02-26 19:58:48 -06:00
|
|
|
"target": "dmg",
|
|
|
|
"category": "public.app-category.business"
|
2016-11-07 14:31:39 -06:00
|
|
|
},
|
2017-02-13 18:31:42 -06:00
|
|
|
"dmg": {
|
2017-02-26 19:58:48 -06:00
|
|
|
"contents": [
|
|
|
|
{
|
|
|
|
"x": 140,
|
|
|
|
"y": 184
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"x": 412,
|
|
|
|
"y": 184,
|
|
|
|
"type": "link",
|
|
|
|
"path": "/Applications"
|
|
|
|
}
|
|
|
|
]
|
2017-02-13 18:31:42 -06:00
|
|
|
},
|
2016-11-07 14:31:39 -06:00
|
|
|
"win": {
|
2017-02-26 19:58:48 -06:00
|
|
|
"target": "squirrel"
|
2016-11-07 14:31:39 -06:00
|
|
|
}
|
2016-09-26 21:39:43 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-02-17 20:53:25 -06:00
|
|
|
"url": "git+https://github.com/SymphonyOSS/SymphonyElectron.git"
|
2016-09-26 21:39:43 -05:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Symphony",
|
2016-11-07 14:31:39 -06:00
|
|
|
"start"
|
2016-09-26 21:39:43 -05:00
|
|
|
],
|
2017-02-17 20:53:25 -06:00
|
|
|
"license": "Apache-2.0",
|
2016-09-26 21:39:43 -05:00
|
|
|
"bugs": {
|
2016-11-07 14:31:39 -06:00
|
|
|
"url": "https://support.symphony.com"
|
2016-09-26 21:39:43 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-10-22 12:04:48 -05:00
|
|
|
"babel-cli": "^6.18.0",
|
|
|
|
"babel-eslint": "^7.1.1",
|
|
|
|
"babel-plugin-transform-async-to-generator": "^6.16.0",
|
|
|
|
"babel-plugin-transform-runtime": "^6.15.0",
|
|
|
|
"babel-preset-es2016-node5": "^1.1.2",
|
|
|
|
"babel-register": "^6.18.0",
|
2018-10-02 02:04:38 -05:00
|
|
|
"bluebird": "3.5.2",
|
|
|
|
"browserify": "16.2.3",
|
|
|
|
"chromedriver": "2.42.0",
|
2018-07-02 06:44:30 -05:00
|
|
|
"cross-env": "5.2.0",
|
2018-10-22 12:04:48 -05:00
|
|
|
"electron": "3.0.5",
|
2018-10-02 02:04:38 -05:00
|
|
|
"electron-builder": "20.28.4",
|
2018-03-08 05:09:27 -06:00
|
|
|
"electron-builder-squirrel-windows": "12.3.0",
|
2018-09-05 07:00:17 -05:00
|
|
|
"electron-chromedriver": "3.0.0-beta.1",
|
2018-07-02 06:44:30 -05:00
|
|
|
"electron-packager": "12.1.0",
|
2018-10-02 02:04:38 -05:00
|
|
|
"electron-rebuild": "1.8.2",
|
|
|
|
"eslint": "5.6.1",
|
|
|
|
"eslint-config-airbnb": "17.1.0",
|
|
|
|
"eslint-plugin-import": "2.14.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "6.1.1",
|
|
|
|
"eslint-plugin-react": "7.11.0",
|
|
|
|
"glob": "7.1.3",
|
|
|
|
"jest": "23.6.0",
|
2018-08-16 01:24:46 -05:00
|
|
|
"jest-html-reporter": "2.4.2",
|
2018-03-08 05:09:27 -06:00
|
|
|
"ncp": "2.0.0",
|
2018-07-02 06:44:30 -05:00
|
|
|
"robotjs": "0.5.1",
|
2018-08-07 04:49:01 -05:00
|
|
|
"selenium-webdriver": "3.6.0",
|
2018-10-02 02:04:38 -05:00
|
|
|
"spectron": "4.0.0",
|
2018-08-07 04:49:01 -05:00
|
|
|
"wdio-selenium-standalone-service": "0.0.10"
|
2016-11-07 14:31:39 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-03-08 05:09:27 -06:00
|
|
|
"@paulcbetts/system-idle-time": "1.0.4",
|
2018-10-02 02:04:38 -05:00
|
|
|
"archiver": "3.0.0",
|
2018-03-08 05:09:27 -06:00
|
|
|
"async.map": "0.5.2",
|
|
|
|
"async.mapseries": "0.5.2",
|
|
|
|
"auto-launch": "5.0.5",
|
2018-07-02 06:44:30 -05:00
|
|
|
"electron-dl": "1.12.0",
|
2018-10-02 02:04:38 -05:00
|
|
|
"electron-log": "2.2.17",
|
2018-10-22 12:04:48 -05:00
|
|
|
"electron-spellchecker": "git+https://github.com/KiranNiranjan/electron-spellchecker.git#v3.0.5",
|
2018-08-23 05:35:02 -05:00
|
|
|
"ffi": "git+https://github.com/keerthi16/node-ffi.git#v1.2.8",
|
2018-07-02 06:44:30 -05:00
|
|
|
"filesize": "3.6.1",
|
2017-07-25 03:57:57 -05:00
|
|
|
"keymirror": "0.1.1",
|
2018-03-08 05:09:27 -06:00
|
|
|
"lodash.difference": "4.5.0",
|
|
|
|
"lodash.isequal": "4.5.0",
|
|
|
|
"lodash.omit": "4.5.0",
|
|
|
|
"lodash.pick": "4.4.0",
|
2018-09-05 23:51:05 -05:00
|
|
|
"node-osascript": "2.1.0",
|
2018-08-23 05:35:02 -05:00
|
|
|
"ref": "1.3.5",
|
2018-03-08 05:09:27 -06:00
|
|
|
"shell-path": "2.1.0",
|
2018-08-21 05:06:26 -05:00
|
|
|
"winreg": "1.2.4"
|
2017-04-21 18:07:36 -05:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2018-06-20 03:45:37 -05:00
|
|
|
"screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet.git#v1.0.2",
|
2018-08-23 05:35:02 -05:00
|
|
|
"swift-search": "2.0.1-r53"
|
2016-09-26 21:39:43 -05:00
|
|
|
}
|
|
|
|
}
|