Create mcopy electron app
This commit is contained in:
parent
600f3c37c4
commit
94620d6b70
|
@ -0,0 +1 @@
|
||||||
|
node_modules/*
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "mcopy",
|
||||||
|
"version": "2.0.0",
|
||||||
|
"description": "16mm optical printer",
|
||||||
|
"main": "main.js",
|
||||||
|
"scripts": {
|
||||||
|
"start" : "electron main.js"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/sixteenmillimeter/mcopy.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"16mm",
|
||||||
|
"optical",
|
||||||
|
"printer",
|
||||||
|
"gui"
|
||||||
|
],
|
||||||
|
"author": "mmcwilliams",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/sixteenmillimeter/mcopy/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/sixteenmillimeter/mcopy#readme"
|
||||||
|
}
|
Loading…
Reference in New Issue