32 lines
960 B
JSON
32 lines
960 B
JSON
{
|
|
"name": "Control-Freak",
|
|
"productName": "Control-Freak",
|
|
"identifier": "com.mediamerge.Control-Freak",
|
|
"description": "Control-Freak",
|
|
"version": "1.0.1",
|
|
"author": "Media-Merge",
|
|
"main": "background.js",
|
|
"config": {
|
|
"target": "development"
|
|
},
|
|
"dependencies": {
|
|
"findup-sync": "^0.4.3",
|
|
"fs-jetpack": "^0.9.2",
|
|
"http": "0.0.0",
|
|
"request": "^2.72.0",
|
|
"request-progress": "^2.0.1",
|
|
"yargs-parser": "^2.4.0"
|
|
},
|
|
"packageNameTemplate": "{{name}}-v{{version}}-{{platform}}-{{arch}}",
|
|
"osx": {
|
|
"build": "1",
|
|
"identifier": "com.example.electron-boilerplate",
|
|
"LSApplicationCategoryType": "public.app-category.productivity",
|
|
"//codeSignIdentitiy": {
|
|
"dmg": "Developer ID Application: Company Name (APPIDENTITY)",
|
|
"MAS": "3rd Party Mac Developer Application: Company Name (APPIDENTITY)",
|
|
"MASInstaller": "3rd Party Mac Developer Installer: Company Name (APPIDENTITY)"
|
|
}
|
|
}
|
|
}
|