2020-02-04 08:54:03 +07:00
|
|
|
{
|
|
|
|
"name": "clinic",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Clinic Application",
|
|
|
|
"main": "main.js",
|
2020-02-04 09:02:49 +07:00
|
|
|
"build": {
|
|
|
|
"appId": "cubetiq-clinic",
|
|
|
|
"category": "com.cubetiqs.pro.clinic",
|
|
|
|
"dmg": {
|
|
|
|
"contents": [
|
|
|
|
{
|
|
|
|
"x": 110,
|
|
|
|
"y": 150
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"x": 240,
|
|
|
|
"y": 150,
|
|
|
|
"type": "link",
|
|
|
|
"path": "/Applications"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"linux": {
|
|
|
|
"target": [
|
|
|
|
"AppImage",
|
|
|
|
"deb"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"win": {
|
|
|
|
"target": "squirrel",
|
|
|
|
"icon": "build/icon.ico"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"electron": "^8.0.0",
|
|
|
|
"electron-builder": "^22.3.2"
|
2020-02-04 08:54:03 +07:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-02-04 08:57:43 +07:00
|
|
|
"start": "electron main.js",
|
2020-02-04 08:54:03 +07:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/CUBETIQ/sandbox-clinic.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"clinic"
|
|
|
|
],
|
|
|
|
"author": "Sambo Chea",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/CUBETIQ/sandbox-clinic/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/CUBETIQ/sandbox-clinic#readme"
|
|
|
|
}
|