2016-09-26 19:39:43 -07:00
|
|
|
{
|
|
|
|
|
"name": "Symphony",
|
2017-02-22 15:34:16 -08:00
|
|
|
"productName": "Symphony",
|
2017-10-18 12:06:10 +05:30
|
|
|
"version": "2.0.0",
|
2017-10-30 18:36:45 +05:30
|
|
|
"buildNumber": "",
|
2017-02-17 18:53:25 -08:00
|
|
|
"description": "Symphony desktop app (Foundation ODP)",
|
2016-11-07 12:31:39 -08:00
|
|
|
"author": "Symphony",
|
2017-02-10 18:20:09 -08:00
|
|
|
"main": "js/main.js",
|
2016-09-26 19:39:43 -07:00
|
|
|
"scripts": {
|
2017-06-08 09:10:37 -07:00
|
|
|
"dev": "npm run prebuild && cross-env ELECTRON_DEV=true electron .",
|
|
|
|
|
"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-07-31 18:37:30 +05:30
|
|
|
"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 13:06:38 +05:30
|
|
|
"unpacked-mac": "npm run prebuild && npm run test && build --mac --dir",
|
2017-07-19 15:19:46 +05:30
|
|
|
"packed-mac": "npm run unpacked-mac && packagesbuild -v installer/mac/symphony-mac-packager.pkgproj",
|
2017-07-14 15:07:25 +05:30
|
|
|
"unpacked-win": "npm run prebuild && npm run test && build --win --x64 --dir",
|
2017-08-03 14:33:07 +05:30
|
|
|
"unpacked-win-x86": "npm run prebuild && npm run test && build --win --ia32 --dir",
|
2017-06-08 09:10:37 -07:00
|
|
|
"prebuild": "npm run rebuild && npm run browserify-preload",
|
2017-08-01 12:19:59 +05:30
|
|
|
"browserify-preload": "browserify -o js/preload/_preloadMain.js -x electron --insert-global-vars=__filename,__dirname js/preload/preloadMain.js --exclude electron-spellchecker",
|
2017-05-10 18:12:47 -07:00
|
|
|
"rebuild": "electron-rebuild -f",
|
2017-07-24 11:49:03 +05:30
|
|
|
"test": "npm run lint && jest --verbose --testPathPattern test && npm run rebuild",
|
2017-07-20 17:27:48 +05:30
|
|
|
"spectron-test": "jest --config tests/spectron/jest_spectron.json --runInBand && npm run rebuild",
|
2017-06-27 15:19:22 +05:30
|
|
|
"lint": "eslint --ext .js js/",
|
|
|
|
|
"rename-exe": "cd dist/win-unpacked && ren Symphony.exe Symphony-Electron.exe"
|
2016-11-07 12:31:39 -08:00
|
|
|
},
|
2017-03-24 15:52:27 -07:00
|
|
|
"jest": {
|
2017-05-09 00:00:45 +05:30
|
|
|
"collectCoverage": true,
|
|
|
|
|
"transformIgnorePatterns": []
|
2017-03-24 15:52:27 -07:00
|
|
|
},
|
2016-11-07 12:31:39 -08:00
|
|
|
"build": {
|
2017-08-23 22:08:33 +05:30
|
|
|
"asarUnpack": [
|
|
|
|
|
"node_modules/@paulcbetts/cld/build/Release/cld.node"
|
|
|
|
|
],
|
2017-03-03 16:07:48 -08:00
|
|
|
"files": [
|
2017-03-21 11:50:26 -07:00
|
|
|
"!coverage/*",
|
|
|
|
|
"!installer/*",
|
2017-08-16 13:56:49 +05:30
|
|
|
"!tests/*",
|
|
|
|
|
"!node_modules/@paulcbetts/cld/deps/cld${/*}",
|
|
|
|
|
"!node_modules/@paulcbetts/cld/build/deps${/*}",
|
|
|
|
|
"!node_modules/@paulcbetts/spellchecker/vendor${/*}"
|
2017-03-03 16:07:48 -08:00
|
|
|
],
|
2017-08-04 14:07:48 +05:30
|
|
|
"extraFiles": [
|
|
|
|
|
"config/Symphony.config",
|
2017-08-03 14:48:56 +05:30
|
|
|
"library/libsymphonysearch.dylib",
|
2017-10-17 12:11:13 +05:30
|
|
|
"library/indexvalidator.exec",
|
2017-11-09 19:44:35 +05:30
|
|
|
"library/lz4.exec"
|
2017-03-03 16:07:48 -08:00
|
|
|
],
|
2016-11-07 12:31:39 -08:00
|
|
|
"appId": "symphony-electron-desktop",
|
|
|
|
|
"mac": {
|
2017-02-26 17:58:48 -08:00
|
|
|
"target": "dmg",
|
|
|
|
|
"category": "public.app-category.business"
|
2016-11-07 12:31:39 -08:00
|
|
|
},
|
2017-02-13 16:31:42 -08:00
|
|
|
"dmg": {
|
2017-02-26 17:58:48 -08:00
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"x": 140,
|
|
|
|
|
"y": 184
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"x": 412,
|
|
|
|
|
"y": 184,
|
|
|
|
|
"type": "link",
|
|
|
|
|
"path": "/Applications"
|
|
|
|
|
}
|
|
|
|
|
]
|
2017-02-13 16:31:42 -08:00
|
|
|
},
|
2016-11-07 12:31:39 -08:00
|
|
|
"win": {
|
2017-02-26 17:58:48 -08:00
|
|
|
"target": "squirrel"
|
2016-11-07 12:31:39 -08:00
|
|
|
}
|
2016-09-26 19:39:43 -07:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2017-02-17 18:53:25 -08:00
|
|
|
"url": "git+https://github.com/SymphonyOSS/SymphonyElectron.git"
|
2016-09-26 19:39:43 -07:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"Symphony",
|
2016-11-07 12:31:39 -08:00
|
|
|
"start"
|
2016-09-26 19:39:43 -07:00
|
|
|
],
|
2017-02-17 18:53:25 -08:00
|
|
|
"license": "Apache-2.0",
|
2016-09-26 19:39:43 -07:00
|
|
|
"bugs": {
|
2016-11-07 12:31:39 -08:00
|
|
|
"url": "https://support.symphony.com"
|
2016-09-26 19:39:43 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2017-03-21 11:50:26 -07:00
|
|
|
"browserify": "^14.1.0",
|
|
|
|
|
"cross-env": "^3.2.4",
|
2017-10-06 23:03:58 +05:30
|
|
|
"electron": "1.7.8",
|
2017-02-23 16:40:45 -08:00
|
|
|
"electron-builder": "^13.9.0",
|
2017-02-26 17:58:48 -08:00
|
|
|
"electron-builder-squirrel-windows": "^12.3.0",
|
2017-02-23 16:40:45 -08:00
|
|
|
"electron-packager": "^8.5.2",
|
2017-06-08 22:23:11 +05:30
|
|
|
"electron-rebuild": "^1.5.7",
|
2017-03-03 16:07:48 -08:00
|
|
|
"eslint": "^3.16.1",
|
|
|
|
|
"eslint-config-airbnb": "^14.1.0",
|
|
|
|
|
"eslint-plugin-import": "^2.2.0",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^4.0.0",
|
|
|
|
|
"eslint-plugin-react": "^6.10.0",
|
2017-07-02 21:52:10 +05:30
|
|
|
"jest": "^19.0.2",
|
2017-07-06 15:09:50 +05:30
|
|
|
"ncp": "^2.0.0",
|
2017-07-07 18:18:09 +05:30
|
|
|
"robotjs": "^0.4.7",
|
2017-07-02 21:52:10 +05:30
|
|
|
"spectron": "^3.7.2"
|
2016-11-07 12:31:39 -08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2017-05-09 00:00:45 +05:30
|
|
|
"@paulcbetts/system-idle-time": "^1.0.4",
|
2017-07-25 14:27:57 +05:30
|
|
|
"appdirectory": "^0.1.0",
|
2017-08-04 11:58:06 +05:30
|
|
|
"async.map": "^0.5.2",
|
|
|
|
|
"async.mapseries": "^0.5.2",
|
2017-05-09 18:44:14 -03:00
|
|
|
"auto-launch": "^5.0.1",
|
2017-06-27 20:38:58 +05:30
|
|
|
"electron-dl": "^1.9.0",
|
2017-10-03 21:21:01 +05:30
|
|
|
"electron-log": "^2.2.7",
|
2017-10-06 09:28:12 +05:30
|
|
|
"electron-spellchecker": "^1.1.2",
|
2017-07-25 14:27:57 +05:30
|
|
|
"electron-squirrel-startup": "^1.0.0",
|
2017-07-25 23:00:03 +05:30
|
|
|
"ffi": "^2.2.0",
|
2017-07-13 01:27:21 +05:30
|
|
|
"filesize": "^3.5.10",
|
2017-07-25 14:27:57 +05:30
|
|
|
"keymirror": "0.1.1",
|
2017-09-11 17:06:42 +05:30
|
|
|
"lodash.omit": "^4.5.0",
|
2017-10-16 16:54:20 +05:30
|
|
|
"lodash.pick": "^4.4.0",
|
|
|
|
|
"lodash.difference": "^4.5.0",
|
2017-07-25 20:58:38 +05:30
|
|
|
"randomstring": "^1.1.5",
|
2017-07-25 23:00:03 +05:30
|
|
|
"ref": "^1.3.4",
|
2017-11-07 14:08:47 +05:30
|
|
|
"shell-path": "^2.1.0",
|
2017-08-21 13:39:07 +05:30
|
|
|
"winreg": "^1.2.3"
|
2017-04-21 16:07:36 -07:00
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
2017-05-09 00:00:45 +05:30
|
|
|
"screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet.git#v1.0.1"
|
2016-09-26 19:39:43 -07:00
|
|
|
}
|
|
|
|
|
}
|