Create mcopy electron app

This commit is contained in:
Matt 2016-04-11 01:56:06 -04:00
parent 600f3c37c4
commit 94620d6b70
2 changed files with 26 additions and 0 deletions

1
app/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/*

25
app/package.json Normal file
View File

@ -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"
}