55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "mcopy-app",
|
|
"version": "1.1.0",
|
|
"description": "Small guage film optical printer platform",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "./node_modules/.bin/electron main.js",
|
|
"dev": "./node_modules/.bin/gulp && ./node_modules/.bin/electron main.js -d",
|
|
"install": "./node_modules/.bin/electron-rebuild",
|
|
"test": "./node_modules/.bin/qunit test/index.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": "^3.0.10",
|
|
"electron-installer-dmg": "^2.0.0",
|
|
"electron-packager": "^12.2.0",
|
|
"electron-rebuild": "^1.8.2",
|
|
"electron-wix-msi": "^2.1.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-less": "^4.0.1",
|
|
"jsdoc-to-markdown": "^4.0.1",
|
|
"qunit": "^2.8.0"
|
|
},
|
|
"dependencies": {
|
|
"async": "^2.6.1",
|
|
"fs-extra": "^7.0.1",
|
|
"humanize-duration": "^3.15.1",
|
|
"moment": "^2.22.2",
|
|
"node-notifier": "^5.3.0",
|
|
"serialport": "^7.0.2",
|
|
"sqlite3": "^4.0.4",
|
|
"uuid": "^3.3.2",
|
|
"winston": "^3.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"electron-installer-debian": "^1.0.0"
|
|
}
|
|
}
|