2016-04-11 05:56:06 +00:00
|
|
|
{
|
2018-03-15 19:31:50 +00:00
|
|
|
"name": "mcopy-app",
|
2022-08-04 14:57:36 +00:00
|
|
|
"version": "1.7.1",
|
2019-03-05 03:06:40 +00:00
|
|
|
"description": "GUI for the mcopy small gauge film optical printer platform",
|
2016-04-11 05:56:06 +00:00
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
2018-03-15 15:23:23 +00:00
|
|
|
"start": "./node_modules/.bin/electron main.js",
|
2021-02-22 18:03:41 +00:00
|
|
|
"dev": "bash ./scripts/dev.sh",
|
2019-04-16 14:01:42 +00:00
|
|
|
"gulp": "./node_modules/.bin/gulp",
|
|
|
|
"compile": "sh ./scripts/compile.sh",
|
2018-03-16 15:26:09 +00:00
|
|
|
"install": "./node_modules/.bin/electron-rebuild",
|
2019-04-15 20:14:07 +00:00
|
|
|
"test": "./node_modules/.bin/mocha test"
|
2016-04-11 05:56:06 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/sixteenmillimeter/mcopy.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"16mm",
|
|
|
|
"optical",
|
|
|
|
"printer",
|
|
|
|
"gui"
|
|
|
|
],
|
2020-04-24 21:22:58 +00:00
|
|
|
"build": {
|
2020-04-25 02:12:56 +00:00
|
|
|
"appId": "com.sixteenmillimeter.mcopy",
|
2020-04-24 21:22:58 +00:00
|
|
|
"copyright": "2020 Matthew McWilliams",
|
|
|
|
"mac": {
|
2020-04-25 02:12:56 +00:00
|
|
|
"category": "public.app-category.video"
|
2020-04-24 21:22:58 +00:00
|
|
|
}
|
|
|
|
},
|
2016-04-11 05:56:06 +00:00
|
|
|
"author": "mmcwilliams",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/sixteenmillimeter/mcopy/issues"
|
|
|
|
},
|
2016-04-11 06:01:26 +00:00
|
|
|
"homepage": "https://github.com/sixteenmillimeter/mcopy#readme",
|
|
|
|
"devDependencies": {
|
2022-08-08 02:10:53 +00:00
|
|
|
"@types/codemirror": "^5.60.5",
|
2022-06-04 15:11:23 +00:00
|
|
|
"@types/jquery": "^3.5.14",
|
|
|
|
"chai": "^4.3.6",
|
|
|
|
"electron": "^19.0.1",
|
2021-02-22 18:23:36 +00:00
|
|
|
"electron-installer-common": "^0.10.3",
|
2022-06-04 15:11:23 +00:00
|
|
|
"electron-installer-dmg": "^4.0.0",
|
|
|
|
"electron-packager": "^15.5.1",
|
|
|
|
"electron-rebuild": "^3.2.7",
|
|
|
|
"electron-wix-msi": "^4.0.0",
|
2019-06-14 17:11:28 +00:00
|
|
|
"gulp": "^4.0.2",
|
2017-02-09 14:35:07 +00:00
|
|
|
"gulp-concat": "^2.6.1",
|
2022-06-04 15:11:23 +00:00
|
|
|
"gulp-less": "^5.0.0",
|
|
|
|
"mocha": "^10.0.0",
|
|
|
|
"typescript": "^4.7.2"
|
2016-04-11 06:20:24 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-04 15:11:23 +00:00
|
|
|
"@electron/remote": "^2.0.8",
|
2022-08-04 14:57:36 +00:00
|
|
|
"alert": "file:lib/alert",
|
2019-07-06 23:53:03 +00:00
|
|
|
"animated-gif-detector": "^1.2.0",
|
2019-02-08 17:57:38 +00:00
|
|
|
"arduino": "file:lib/arduino",
|
2019-03-21 03:04:52 +00:00
|
|
|
"cam": "file:lib/cam",
|
2022-08-04 14:57:36 +00:00
|
|
|
"capper": "file:lib/capper",
|
2019-02-08 18:15:22 +00:00
|
|
|
"capture": "file:lib/capture",
|
2019-03-21 23:33:01 +00:00
|
|
|
"cmd": "file:lib/cmd",
|
2019-02-08 19:07:35 +00:00
|
|
|
"delay": "file:lib/delay",
|
2019-03-21 22:08:24 +00:00
|
|
|
"devices": "file:lib/devices",
|
2019-02-08 17:57:38 +00:00
|
|
|
"display": "file:lib/display",
|
2019-02-08 19:07:35 +00:00
|
|
|
"exec": "file:lib/exec",
|
|
|
|
"exit": "file:lib/exit",
|
2019-02-08 17:57:38 +00:00
|
|
|
"ffmpeg": "file:lib/ffmpeg",
|
2022-06-04 15:11:23 +00:00
|
|
|
"ffmpeg-static": "^5.0.0",
|
2019-02-08 17:57:38 +00:00
|
|
|
"ffprobe": "file:lib/ffprobe",
|
2020-04-24 21:22:58 +00:00
|
|
|
"ffprobe-static": "^3.0.0",
|
2019-06-22 16:07:07 +00:00
|
|
|
"filmout": "file:lib/filmout",
|
2020-04-24 18:46:05 +00:00
|
|
|
"frame": "file:lib/frame",
|
2022-06-04 15:11:23 +00:00
|
|
|
"fs-extra": "^10.1.0",
|
|
|
|
"humanize-duration": "^3.27.2",
|
2019-02-08 17:57:38 +00:00
|
|
|
"intval": "file:lib/intval",
|
2021-02-22 18:23:36 +00:00
|
|
|
"jimp": "^0.16.1",
|
2019-03-21 18:58:00 +00:00
|
|
|
"light": "file:lib/light",
|
2019-03-21 03:04:52 +00:00
|
|
|
"log": "file:lib/log",
|
2022-06-04 15:11:23 +00:00
|
|
|
"moment": "^2.29.3",
|
2019-03-21 03:04:52 +00:00
|
|
|
"mscript": "file:lib/mscript",
|
2022-06-04 15:11:23 +00:00
|
|
|
"node-notifier": "^10.0.1",
|
2022-04-30 19:58:17 +00:00
|
|
|
"processing": "file:lib/processing",
|
2022-04-30 22:51:33 +00:00
|
|
|
"proj": "file:lib/proj",
|
2020-07-27 01:55:36 +00:00
|
|
|
"request": "^2.88.2",
|
2019-03-22 08:33:53 +00:00
|
|
|
"sequencer": "file:lib/sequencer",
|
2022-06-04 15:11:23 +00:00
|
|
|
"serialport": "^10.4.0",
|
2019-02-08 17:57:38 +00:00
|
|
|
"server": "file:lib/server",
|
|
|
|
"settings": "file:lib/settings",
|
|
|
|
"spawn": "file:lib/spawn",
|
|
|
|
"system": "file:lib/system",
|
2021-02-22 18:23:36 +00:00
|
|
|
"uuid": "^8.3.2",
|
2022-06-04 15:11:23 +00:00
|
|
|
"winston": "^3.7.2"
|
2018-11-25 01:10:20 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2020-07-27 01:55:36 +00:00
|
|
|
"electron-installer-debian": "^3.1.0"
|
2016-04-11 06:01:26 +00:00
|
|
|
}
|
2016-04-11 05:56:06 +00:00
|
|
|
}
|