2016-09-26 21:39:43 -05:00
|
|
|
{
|
|
|
|
"name": "Symphony",
|
2017-02-22 17:34:16 -06:00
|
|
|
"productName": "Symphony",
|
2018-06-26 03:59:18 -05:00
|
|
|
"version": "2.8.5",
|
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-06-06 07:43:05 -05:00
|
|
|
"test": "npm run lint && npm rebuild --build-from-source && cross-env ELECTRON_QA=true jest --config tests/jest_unit.json --runInBand && npm run rebuild",
|
|
|
|
"spectron-test": "npm run lint && npm rebuild --build-from-source robotjs && cross-env ELECTRON_QA=true jest --config tests/spectron/jest_spectron.json --runInBand && npm run rebuild",
|
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-12-28 05:59:27 -06:00
|
|
|
"search-win": "npm run prebuild && cross-env ELECTRON_DEV=true electron . --url=file:///demo/search.html",
|
|
|
|
"search-mac": "npm run prebuild && cross-env ELECTRON_DEV=true electron . --url=file://$(pwd)/demo/search.html",
|
2017-10-06 02:36:38 -05:00
|
|
|
"unpacked-mac": "npm run prebuild && npm run test && build --mac --dir",
|
2017-07-19 04:49:46 -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
|
|
|
},
|
2017-03-24 17:52:27 -05:00
|
|
|
"jest": {
|
2017-05-08 13:30:45 -05:00
|
|
|
"collectCoverage": true,
|
|
|
|
"transformIgnorePatterns": []
|
2017-03-24 17:52:27 -05:00
|
|
|
},
|
2018-06-05 06:02:51 -05:00
|
|
|
"jest-html-reporter": {
|
|
|
|
"pageTitle": "Symphony Electron Test Result",
|
|
|
|
"includeFailureMsg": true,
|
|
|
|
"includeConsoleLog": true,
|
|
|
|
"theme": "lightTheme",
|
2018-07-02 06:44:30 -05:00
|
|
|
"outputPath": "./dist/Jest Test Report.html",
|
2018-06-05 06:02:51 -05:00
|
|
|
"sort": "status"
|
|
|
|
},
|
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",
|
|
|
|
"library/indexvalidator.exec",
|
2018-03-15 06:07:50 -05:00
|
|
|
"library/lz4.exec",
|
|
|
|
"library/search-launch-agent.sh",
|
|
|
|
"library/search-launch-daemon.sh"
|
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-03-12 06:35:25 -05:00
|
|
|
"bluebird": "3.5.1",
|
2018-07-02 06:44:30 -05:00
|
|
|
"browserify": "16.2.2",
|
|
|
|
"cross-env": "5.2.0",
|
2018-07-04 06:55:39 -05:00
|
|
|
"electron": "2.0.4",
|
2018-07-02 06:44:30 -05:00
|
|
|
"electron-builder": "20.16.4",
|
2018-03-08 05:09:27 -06:00
|
|
|
"electron-builder-squirrel-windows": "12.3.0",
|
2018-07-02 06:44:30 -05:00
|
|
|
"electron-chromedriver": "2.0.0",
|
|
|
|
"electron-packager": "12.1.0",
|
|
|
|
"electron-rebuild": "1.7.3",
|
|
|
|
"eslint": "5.0.1",
|
2018-03-08 05:09:27 -06:00
|
|
|
"eslint-config-airbnb": "14.1.0",
|
2018-07-02 06:44:30 -05:00
|
|
|
"eslint-plugin-import": "2.13.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "6.0.3",
|
|
|
|
"eslint-plugin-react": "7.10.0",
|
2018-04-06 03:12:41 -05:00
|
|
|
"glob": "7.1.2",
|
2018-03-08 05:09:27 -06:00
|
|
|
"jest": "19.0.2",
|
2018-07-02 06:44:30 -05:00
|
|
|
"jest-html-reporter": "2.4.1",
|
2018-03-08 05:09:27 -06:00
|
|
|
"ncp": "2.0.0",
|
2018-07-02 06:44:30 -05:00
|
|
|
"robotjs": "0.5.1",
|
|
|
|
"spectron": "3.8.0"
|
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-04-06 03:12:41 -05:00
|
|
|
"archiver": "2.1.1",
|
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",
|
|
|
|
"electron-log": "2.2.15",
|
2018-03-08 05:09:27 -06:00
|
|
|
"electron-spellchecker": "1.1.2",
|
|
|
|
"electron-squirrel-startup": "1.0.0",
|
|
|
|
"ffi": "2.2.0",
|
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",
|
|
|
|
"ref": "1.3.5",
|
|
|
|
"shell-path": "2.1.0",
|
|
|
|
"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-03-15 06:07:50 -05:00
|
|
|
"electron-utils": "git+https://github.com/symphonyoss/electron-utils.git#v1.0.5"
|
2016-09-26 21:39:43 -05:00
|
|
|
}
|
|
|
|
}
|