SymphonyElectron/package.json

142 lines
4.7 KiB
JSON
Raw Normal View History

2016-09-26 21:39:43 -05:00
{
"name": "Symphony",
"productName": "Symphony",
2018-05-24 07:35:46 -05:00
"version": "2.7.1",
2018-05-23 05:29:11 -05:00
"buildNumber": "0",
"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": {
"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",
"dev": "npm run prebuild && && npm run set-dev-env && electron .",
"pretest": "npm run lint && npm rebuild --build-from-source ",
"test": "npm run pretest && cross-env ELECTRON_QA=true jest --config tests/jest_unit.json --runInBand && npm run rebuild",
"spectron-test": "npm run pretest && cross-env ELECTRON_QA=true jest --config tests/spectron/jest_spectron.json --runInBand && npm run rebuild",
"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",
"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",
"unpacked-mac": "npm run prebuild && npm run test && build --mac --dir",
"packed-mac": "npm run unpacked-mac && packagesbuild -v installer/mac/symphony-mac-packager.pkgproj",
"unpacked-win": "npm run prebuild && npm run test && build --win --x64 --dir",
"unpacked-win-x86": "npm run prebuild && npm run test && build --win --ia32 --dir"
2016-11-07 14:31:39 -06:00
},
"jest": {
"collectCoverage": true,
"transformIgnorePatterns": []
},
"jest-html-reporter": {
"pageTitle": "Symphony Electron Test Result",
"includeFailureMsg": true,
"includeConsoleLog": true,
"theme": "lightTheme",
"outputPath": "./dist/jest_test_report.html",
"sort": "status"
},
2016-11-07 14:31:39 -06:00
"build": {
"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/*",
"!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
],
"extraFiles": [
"config/Symphony.config",
"library/libsymphonysearch.dylib",
"library/indexvalidator.exec",
"library/lz4.exec",
"library/search-launch-agent.sh",
"library/search-launch-daemon.sh"
],
"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",
"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
],
"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": {
"bluebird": "3.5.1",
"browserify": "14.5.0",
"cross-env": "3.2.4",
"electron": "2.0.2",
"electron-builder": "20.10.0",
"electron-builder-squirrel-windows": "12.3.0",
"electron-chromedriver": "1.8.0",
"electron-packager": "8.7.2",
"electron-rebuild": "1.6.0",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"glob": "7.1.2",
"jest": "19.0.2",
"jest-html-reporter": "^2.3.0",
"ncp": "2.0.0",
"robotjs": "0.4.7",
"spectron": "3.7.2"
2016-11-07 14:31:39 -06:00
},
"dependencies": {
"@paulcbetts/system-idle-time": "1.0.4",
"archiver": "2.1.1",
"async.map": "0.5.2",
"async.mapseries": "0.5.2",
"auto-launch": "5.0.5",
"electron-dl": "1.10.0",
"electron-log": "2.2.13",
"electron-spellchecker": "1.1.2",
"electron-squirrel-startup": "1.0.0",
"ffi": "2.2.0",
"filesize": "3.5.11",
2017-07-25 03:57:57 -05:00
"keymirror": "0.1.1",
"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"
},
"optionalDependencies": {
"screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet.git#v1.0.1",
"electron-utils": "git+https://github.com/symphonyoss/electron-utils.git#v1.0.5"
2016-09-26 21:39:43 -05:00
}
}