mcopy/app/package.json

77 lines
2.1 KiB
JSON
Raw Normal View History

2016-04-11 05:56:06 +00:00
{
"name": "mcopy-app",
"version": "1.3.0",
"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",
"dev": "./node_modules/.bin/gulp && ./node_modules/.bin/electron main.js -d",
2018-03-16 15:26:09 +00:00
"install": "./node_modules/.bin/electron-rebuild",
2019-02-22 22:56:47 +00:00
"test": "./node_modules/.bin/qunit test/index.js",
"docs": "sh ./scripts/docs.sh"
2016-04-11 05:56:06 +00:00
},
"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"
},
2016-04-11 06:01:26 +00:00
"homepage": "https://github.com/sixteenmillimeter/mcopy#readme",
"devDependencies": {
2018-11-23 18:26:36 +00:00
"electron": "^3.0.10",
"electron-installer-dmg": "^2.0.0",
2018-11-23 18:26:36 +00:00
"electron-packager": "^12.2.0",
"electron-rebuild": "^1.8.2",
2018-11-23 18:26:36 +00:00
"electron-wix-msi": "^2.1.1",
2016-04-13 00:53:28 +00:00
"gulp": "^3.9.1",
2017-02-09 14:35:07 +00:00
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1",
2018-03-15 15:23:23 +00:00
"jsdoc-to-markdown": "^4.0.1",
2018-11-23 18:26:36 +00:00
"qunit": "^2.8.0"
},
"dependencies": {
2019-02-08 17:57:38 +00:00
"arduino": "file:lib/arduino",
2019-03-21 03:04:52 +00:00
"cam": "file:lib/cam",
"capture": "file:lib/capture",
"cmd": "file:lib/cmd",
2019-02-08 19:07:35 +00:00
"delay": "file:lib/delay",
"devices": "file:lib/devices",
"digital": "file:lib/digital",
2019-02-08 17:57:38 +00:00
"display": "file:lib/display",
"electron-updater": "^4.0.6",
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",
"ffprobe": "file:lib/ffprobe",
2018-11-23 18:26:36 +00:00
"fs-extra": "^7.0.1",
"humanize-duration": "^3.15.1",
2019-02-08 17:57:38 +00:00
"intval": "file:lib/intval",
"light": "file:lib/light",
2019-03-21 03:04:52 +00:00
"log": "file:lib/log",
"moment": "^2.22.2",
2019-03-21 03:04:52 +00:00
"mscript": "file:lib/mscript",
2018-11-23 18:26:36 +00:00
"node-notifier": "^5.3.0",
"proj": "file:lib/proj",
"serialport": "^7.0.2",
2019-02-08 17:57:38 +00:00
"server": "file:lib/server",
"settings": "file:lib/settings",
"spawn": "file:lib/spawn",
2018-11-23 18:26:36 +00:00
"sqlite3": "^4.0.4",
2019-02-08 17:57:38 +00:00
"system": "file:lib/system",
"uuid": "^3.3.2",
"winston": "^3.0.0"
2018-11-25 01:10:20 +00:00
},
"optionalDependencies": {
"electron-installer-debian": "^1.0.0"
2016-04-11 06:01:26 +00:00
}
2016-04-11 05:56:06 +00:00
}