sandbox-clinic/package.json
2020-02-04 08:57:43 +07:00

28 lines
621 B
JSON

{
"name": "clinic",
"version": "1.0.0",
"description": "Clinic Application",
"main": "main.js",
"dependencies": {
"electron": "^8.0.0"
},
"devDependencies": {},
"scripts": {
"start": "electron main.js",
"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"
}