36 lines
773 B
JSON
36 lines
773 B
JSON
{
|
|
"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",
|
|
"devDependencies": {
|
|
"electron-packager": "^6.0.2",
|
|
"electron-prebuilt": "^0.37.5",
|
|
"electron-rebuild": "^1.1.3"
|
|
},
|
|
"dependencies": {
|
|
"node-notifier": "^4.5.0",
|
|
"node-uuid": "^1.4.7",
|
|
"serialport": "^2.1.0"
|
|
}
|
|
}
|