SymphonyElectron/package.json

45 lines
956 B
JSON
Raw Normal View History

2016-09-26 21:39:43 -05:00
{
"name": "Symphony",
2016-11-07 14:31:39 -06:00
"productName": "Symphony",
2016-09-26 21:39:43 -05:00
"version": "1.0.0",
2016-11-07 14:31:39 -06:00
"description": "Symphony desktop app",
"author": "Symphony",
2016-09-26 21:39:43 -05:00
"main": "main.js",
"scripts": {
2016-11-07 14:31:39 -06:00
"start": "electron .",
"dist-mac": "build --mac",
"dist-win": "build --win --x64"
},
"build": {
"appId": "symphony-electron-desktop",
"mac": {
"target": "dmg",
"category": "public.app-category.business"
},
"win": {
"target": "squirrel"
}
2016-09-26 21:39:43 -05:00
},
"repository": {
"type": "git",
2016-11-07 14:31:39 -06:00
"url": "git+https://github.com/SymphonyOSF/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
],
2016-11-07 14:31:39 -06:00
"license": "tbd",
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
},
"homepage": "https://corporate.symphony.com",
"devDependencies": {
2016-11-07 14:31:39 -06:00
"electron": "1.4.5",
"electron-builder": "^7.23.2",
"electron-packager": "^8.2.0"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.0"
2016-09-26 21:39:43 -05:00
}
}