2017-11-26 20:45:40 +00:00
|
|
|
{
|
|
|
|
"appId": "com.insomnia.app",
|
|
|
|
"publish": false,
|
|
|
|
"extraResources": [
|
|
|
|
{
|
|
|
|
"from": "./bin",
|
|
|
|
"to": "./bin",
|
|
|
|
"filter": "yarn-standalone.js"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
{
|
|
|
|
"name": "Insomnia",
|
|
|
|
"role": "Viewer",
|
|
|
|
"schemes": [
|
|
|
|
"insomnia"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"fileAssociations": [],
|
|
|
|
"directories": {
|
|
|
|
"app": "build",
|
|
|
|
"output": "dist"
|
|
|
|
},
|
|
|
|
"mac": {
|
|
|
|
"category": "public.app-category.developer-tools",
|
|
|
|
"target": [
|
|
|
|
"dmg",
|
|
|
|
"zip"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"win": {
|
|
|
|
"target": [
|
|
|
|
"squirrel",
|
|
|
|
"zip"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"linux": {
|
|
|
|
"executableName": "insomnia",
|
|
|
|
"synopsis": "A simple, beautiful, and free REST API client",
|
|
|
|
"category": "Development",
|
|
|
|
"target": [
|
|
|
|
"AppImage",
|
|
|
|
"deb",
|
2018-02-07 08:51:26 +00:00
|
|
|
"tar.gz"
|
2017-11-26 20:45:40 +00:00
|
|
|
]
|
|
|
|
},
|
2018-01-09 22:05:06 +00:00
|
|
|
"snap": {
|
|
|
|
"stagePackages": ["default", "libcurl3"]
|
|
|
|
},
|
2017-11-26 20:45:40 +00:00
|
|
|
"deb": {
|
|
|
|
"depends": [
|
|
|
|
"gconf2",
|
|
|
|
"gconf-service",
|
|
|
|
"libnotify4",
|
|
|
|
"libappindicator1",
|
|
|
|
"libxtst6",
|
|
|
|
"libnss3",
|
|
|
|
"libcurl3"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|