mcopy/app/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2016-04-11 05:56:06 +00:00
{
"name": "mcopy",
2018-03-15 14:19:51 +00:00
"version": "1.0.0",
"description": "Small guage film optical printer platform",
2016-04-11 05:56:06 +00:00
"main": "main.js",
"scripts": {
"start": "electron main.js",
2018-03-03 02:12:39 +00:00
"dev": "gulp && electron main.js -d",
"install": "electron-rebuild"
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": {
"electron-installer-debian": "^0.7.1",
"electron-installer-dmg": "^0.2.1",
"electron-packager": "^10.1.1",
2017-02-09 14:35:07 +00:00
"electron-rebuild": "^1.4.0",
"electron-wix-msi": "^1.2.3",
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": "^3.4.0"
},
"dependencies": {
2018-01-02 04:19:46 +00:00
"async": "^2.6.0",
"electron": "^1.8.2-beta.4",
"humanize-duration": "^3.12.1",
2017-02-09 14:35:07 +00:00
"moment": "^2.17.1",
"node-notifier": "^5.1.2",
"serialport": "^6.0.4",
"sqlite3": "^3.1.13",
2017-02-09 14:35:07 +00:00
"uuid": "^3.0.1",
"winston": "^2.3.0"
2016-04-11 06:01:26 +00:00
}
2016-04-11 05:56:06 +00:00
}