add package.json
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"name": "hpos-destop",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "desktop app for hpos. developed primarily for QC work",
|
||||||
|
"main": "main.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://gitlab.com/sminnovations/hops-desk.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"hpos"
|
||||||
|
],
|
||||||
|
"author": "smi",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://gitlab.com/sminnovations/hops-desk/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://gitlab.com/sminnovations/hops-desk#readme"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user