98 lines
2.7 KiB
JSON
98 lines
2.7 KiB
JSON
{
|
|
"name": "mcopy-app",
|
|
"version": "1.7.1",
|
|
"description": "GUI for the mcopy small gauge film optical printer platform",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "./node_modules/.bin/electron main.js",
|
|
"dev": "bash ./scripts/dev.sh",
|
|
"gulp": "./node_modules/.bin/gulp",
|
|
"compile": "sh ./scripts/compile.sh",
|
|
"install": "./node_modules/.bin/electron-rebuild",
|
|
"test": "./node_modules/.bin/mocha test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sixteenmillimeter/mcopy.git"
|
|
},
|
|
"keywords": [
|
|
"16mm",
|
|
"optical",
|
|
"printer",
|
|
"gui"
|
|
],
|
|
"build": {
|
|
"appId": "com.sixteenmillimeter.mcopy",
|
|
"copyright": "2020 Matthew McWilliams",
|
|
"mac": {
|
|
"category": "public.app-category.video"
|
|
}
|
|
},
|
|
"author": "mmcwilliams",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sixteenmillimeter/mcopy/issues"
|
|
},
|
|
"homepage": "https://github.com/sixteenmillimeter/mcopy#readme",
|
|
"devDependencies": {
|
|
"@types/codemirror": "^5.60.5",
|
|
"@types/jquery": "^3.5.14",
|
|
"chai": "^4.3.6",
|
|
"electron": "^19.0.1",
|
|
"electron-installer-common": "^0.10.3",
|
|
"electron-installer-dmg": "^4.0.0",
|
|
"electron-packager": "^15.5.1",
|
|
"electron-rebuild": "^3.2.7",
|
|
"electron-wix-msi": "^4.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-less": "^5.0.0",
|
|
"mocha": "^10.0.0",
|
|
"typescript": "^4.7.2"
|
|
},
|
|
"dependencies": {
|
|
"@electron/remote": "^2.0.8",
|
|
"alert": "file:lib/alert",
|
|
"animated-gif-detector": "^1.2.0",
|
|
"arduino": "file:lib/arduino",
|
|
"cam": "file:lib/cam",
|
|
"capper": "file:lib/capper",
|
|
"capture": "file:lib/capture",
|
|
"cmd": "file:lib/cmd",
|
|
"delay": "file:lib/delay",
|
|
"devices": "file:lib/devices",
|
|
"display": "file:lib/display",
|
|
"exec": "file:lib/exec",
|
|
"exit": "file:lib/exit",
|
|
"ffmpeg": "file:lib/ffmpeg",
|
|
"ffmpeg-static": "^5.0.0",
|
|
"ffprobe": "file:lib/ffprobe",
|
|
"ffprobe-static": "^3.0.0",
|
|
"filmout": "file:lib/filmout",
|
|
"frame": "file:lib/frame",
|
|
"fs-extra": "^10.1.0",
|
|
"humanize-duration": "^3.27.2",
|
|
"intval": "file:lib/intval",
|
|
"jimp": "^0.16.1",
|
|
"light": "file:lib/light",
|
|
"log": "file:lib/log",
|
|
"moment": "^2.29.3",
|
|
"mscript": "file:lib/mscript",
|
|
"node-notifier": "^10.0.1",
|
|
"processing": "file:lib/processing",
|
|
"proj": "file:lib/proj",
|
|
"request": "^2.88.2",
|
|
"sequencer": "file:lib/sequencer",
|
|
"serialport": "^10.4.0",
|
|
"server": "file:lib/server",
|
|
"settings": "file:lib/settings",
|
|
"spawn": "file:lib/spawn",
|
|
"system": "file:lib/system",
|
|
"uuid": "^8.3.2",
|
|
"winston": "^3.7.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"electron-installer-debian": "^3.1.0"
|
|
}
|
|
}
|