2018-06-19 08:07:03 +00:00
|
|
|
{
|
2018-11-23 16:13:16 +00:00
|
|
|
"name": "OpenBuildsCONTROL",
|
2020-09-03 19:53:33 +00:00
|
|
|
"version": "1.0.246",
|
2018-06-19 08:07:03 +00:00
|
|
|
"license": "AGPL-3.0",
|
2020-04-14 12:29:27 +00:00
|
|
|
"description": "OpenBuildsCONTROL CNC Machine Interface Software",
|
2018-07-24 12:58:26 +00:00
|
|
|
"author": "github.com/openbuilds <webmaster@openbuilds.com>",
|
2018-06-19 08:07:03 +00:00
|
|
|
"devDependencies": {
|
2020-08-10 14:27:13 +00:00
|
|
|
"copyfiles": "^2.3.0",
|
|
|
|
"electron": "^9.2.0",
|
|
|
|
"electron-builder": "^22.8.0",
|
2018-06-19 08:07:03 +00:00
|
|
|
"ncp": "^2.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-08-10 14:27:13 +00:00
|
|
|
"avrgirl-arduino": "^4.2.3",
|
|
|
|
"detect-rpi": "^1.4.0",
|
|
|
|
"directory-tree": "^2.2.4",
|
|
|
|
"electron-updater": "^4.3.4",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"formidable": "^1.2.2",
|
2020-03-19 14:21:06 +00:00
|
|
|
"https": "^1.0.0",
|
2018-06-19 08:07:03 +00:00
|
|
|
"ip": "^1.1.5",
|
2020-08-10 14:27:13 +00:00
|
|
|
"lodash": "^4.17.19",
|
|
|
|
"md5": "^2.3.0",
|
|
|
|
"mkdirp": "^1.0.4",
|
|
|
|
"node-abi": "^2.18.0",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"serialport": "^9.0.1",
|
2020-08-10 16:29:18 +00:00
|
|
|
"socket.io": "^2.3.0",
|
|
|
|
"jscs-loader": "^0.3.0"
|
2018-06-19 08:07:03 +00:00
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2018-06-27 19:23:34 +00:00
|
|
|
"start": "echo \"Please run 'npm run dist' to create a local installer\" ",
|
2018-06-19 08:07:03 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 0",
|
2020-01-15 18:28:29 +00:00
|
|
|
"dist": "electron-builder --ia32 --x64",
|
2019-04-24 18:55:23 +00:00
|
|
|
"postinstall": "electron-builder install-app-deps"
|
2018-06-19 08:07:03 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"usb"
|
|
|
|
],
|
2019-05-06 17:10:44 +00:00
|
|
|
"repository": "https://github.com/OpenBuilds/OpenBuilds-CONTROL",
|
2018-06-19 08:07:03 +00:00
|
|
|
"build": {
|
2018-08-16 12:50:11 +00:00
|
|
|
"icon": "build/icon.icns",
|
2018-06-19 08:07:03 +00:00
|
|
|
"appId": "openbuilds.projectmakr",
|
2018-11-23 16:13:16 +00:00
|
|
|
"productName": "OpenBuildsCONTROL",
|
2018-06-19 08:07:03 +00:00
|
|
|
"asar": true,
|
2018-06-27 14:08:24 +00:00
|
|
|
"nsis": {
|
|
|
|
"oneClick": false,
|
2018-07-11 19:52:11 +00:00
|
|
|
"perMachine": false,
|
2018-07-12 11:22:00 +00:00
|
|
|
"allowToChangeInstallationDirectory": true,
|
|
|
|
"allowElevation": true,
|
2018-06-27 14:08:24 +00:00
|
|
|
"license": "build/licence.txt",
|
|
|
|
"installerIcon": "build/icon.ico",
|
2018-07-12 20:35:08 +00:00
|
|
|
"installerSidebar": "build/installerSidebar.bmp",
|
|
|
|
"artifactName": "${productName}-Setup-${version}.${ext}"
|
2018-06-27 14:08:24 +00:00
|
|
|
},
|
2019-04-15 18:01:02 +00:00
|
|
|
"fileAssociations": [
|
2019-04-29 17:26:29 +00:00
|
|
|
{
|
|
|
|
"ext": "obc",
|
|
|
|
"name": "OpenBuilds CAM Workspace",
|
|
|
|
"description": "OpenBuilds CAM Workspace",
|
|
|
|
"role": "Viewer"
|
|
|
|
},
|
2019-04-15 18:01:02 +00:00
|
|
|
{
|
2019-04-15 18:09:45 +00:00
|
|
|
"ext": "gcode",
|
|
|
|
"name": "GCODE File",
|
2019-04-15 18:01:02 +00:00
|
|
|
"description": "GCODE File",
|
2019-04-15 18:09:45 +00:00
|
|
|
"role": "Viewer"
|
2019-04-15 18:07:21 +00:00
|
|
|
},
|
2019-04-15 18:09:45 +00:00
|
|
|
{
|
|
|
|
"ext": "gc",
|
|
|
|
"name": "GCODE File",
|
|
|
|
"description": "GCODE File",
|
|
|
|
"role": "Viewer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"ext": "tap",
|
|
|
|
"name": "GCODE File",
|
|
|
|
"description": "GCODE File",
|
|
|
|
"role": "Viewer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"ext": "nc",
|
|
|
|
"name": "GCODE File",
|
|
|
|
"description": "GCODE File",
|
|
|
|
"role": "Viewer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"ext": "cnc",
|
|
|
|
"name": "GCODE File",
|
|
|
|
"description": "GCODE File",
|
|
|
|
"role": "Viewer"
|
|
|
|
}
|
2019-04-15 18:01:02 +00:00
|
|
|
],
|
2018-06-19 08:07:03 +00:00
|
|
|
"files": [
|
2018-07-11 19:29:51 +00:00
|
|
|
"**/*",
|
2018-12-20 19:22:02 +00:00
|
|
|
"ssl/**/*",
|
|
|
|
"firmware/**/*"
|
2018-06-19 08:07:03 +00:00
|
|
|
],
|
2018-07-11 12:39:24 +00:00
|
|
|
"extraFiles": [
|
|
|
|
"ssl"
|
|
|
|
],
|
2018-06-22 19:49:51 +00:00
|
|
|
"linux": {
|
2019-06-04 19:01:06 +00:00
|
|
|
"icon": "build/"
|
2018-06-22 19:49:51 +00:00
|
|
|
},
|
2018-06-19 08:07:03 +00:00
|
|
|
"mac": {
|
|
|
|
"icon": "build/icon.icns",
|
|
|
|
"category": "public.app-category.graphics-design"
|
|
|
|
},
|
|
|
|
"dmg": {
|
|
|
|
"icon": "build/icon.icns",
|
|
|
|
"contents": [
|
|
|
|
{
|
|
|
|
"x": 410,
|
|
|
|
"y": 150,
|
|
|
|
"type": "link",
|
|
|
|
"path": "/Applications"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"x": 130,
|
|
|
|
"y": 150,
|
|
|
|
"type": "file"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|