2016-09-26 21:39:43 -05:00
|
|
|
{
|
|
|
|
"name": "Symphony",
|
2017-02-22 17:34:16 -06:00
|
|
|
"productName": "Symphony",
|
2017-02-06 18:25:03 -06:00
|
|
|
"version": "1.0.1",
|
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": {
|
2016-11-08 18:32:04 -06:00
|
|
|
"dev:mac": "ELECTRON_DEV=true npm run start",
|
|
|
|
"dev:win": "SET ELECTRON_DEV=true && npm run start",
|
2017-02-24 14:43:33 -06:00
|
|
|
"start": "electron .",
|
2016-11-07 14:31:39 -06:00
|
|
|
"dist-mac": "build --mac",
|
2016-11-08 18:32:04 -06:00
|
|
|
"dist-win": "build --win --x64",
|
2017-02-14 19:26:24 -06:00
|
|
|
"dist-win-x86": "build --win --ia32",
|
2017-02-20 12:24:46 -06:00
|
|
|
"unpacked-win": "build --win --x64 --dir",
|
|
|
|
"unpacked-win-x86": "build --win --ia32 --dir"
|
2016-11-07 14:31:39 -06:00
|
|
|
},
|
|
|
|
"build": {
|
2017-02-22 17:34:16 -06:00
|
|
|
"files" : "!installer/*",
|
2017-02-20 12:24:46 -06:00
|
|
|
"extraFiles": "config/Symphony.config",
|
2016-11-07 14:31:39 -06:00
|
|
|
"appId": "symphony-electron-desktop",
|
|
|
|
"mac": {
|
|
|
|
"target": "dmg",
|
|
|
|
"category": "public.app-category.business"
|
|
|
|
},
|
2017-02-13 18:31:42 -06:00
|
|
|
"dmg": {
|
|
|
|
"contents": [
|
|
|
|
{ "x": 140, "y": 184 },
|
|
|
|
{ "x": 412, "y": 184, "type": "link", "path": "/Applications" }
|
|
|
|
]
|
|
|
|
},
|
2016-11-07 14:31:39 -06:00
|
|
|
"win": {
|
|
|
|
"target": "squirrel"
|
|
|
|
}
|
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": {
|
2017-02-06 18:25:03 -06:00
|
|
|
"electron": "1.5.1",
|
2017-02-23 18:40:45 -06:00
|
|
|
"electron-builder": "^13.9.0",
|
|
|
|
"electron-packager": "^8.5.2",
|
2017-02-06 19:36:49 -06:00
|
|
|
"electron-builder-squirrel-windows": "^12.3.0"
|
2016-11-07 14:31:39 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"electron-squirrel-startup": "^1.0.0"
|
2016-09-26 21:39:43 -05:00
|
|
|
}
|
|
|
|
}
|