forked from akaJes/marlin-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "marlin-conf",
"version": "2.10.7",
"description": "configuration tool for Marlin project",
"main": "./index.js",
"scripts": {
"start": "electron . -G ~/TEST",
"build": "build --dir",
"build-dev": "build -w --x64",
"dist": "GH_TOKEN=`./node_modules/.bin/json -f ~/.github.json -c 'console.log(this.OAuth)'` build -mwl --x64 --ia32 -p always",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"rebuild": "npm rebuild serialport --update-binary",
"prepublishOnly": "./node_modules/.bin/json -I -f package.json -e 'if(this.devDependencies)this.devDependenciesOff=this.devDependencies;this.devDependencies=undefined'",
"postpublish": "./node_modules/.bin/json -I -f package.json -e 'if(this.devDependenciesOff)this.devDependencies=this.devDependenciesOff;this.devDependenciesOff=undefined'",
"postinstall-": "cd node_modules/ot ; npm i ; node_modules/.bin/grunt --force ; rm -r node_modules"
},
"build": {
"appId": "com.akajes.marlin.conf",
"publish": {
"provider": "github"
},
"linux": {
"category": "Development",
"target": [
"deb",
"AppImage"
]
},
"win": {
"target": [
"nsis"
],
"icon": "build/icons/icon_256x256.png"
},
"nsis": {},
"mac": {
"target": [
"zip"
]
},
"dmg": {}
},
"bin": {
"mct": "bin/mct",
"mctd": "bin/mctd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akaJes/marlin-config.git"
},
"author": "akaJes <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/akaJes/marlin-config/issues"
},
"homepage": "https://github.com/akaJes/marlin-config#readme",
"dependencies": {
"ace-builds": "^1.3.3",
"body-parser": "^1.18.3",
"bootstrap": "4.0.0-alpha.6",
"cropper": "^3.1.6",
"data-store": "^1.0.0",
"diff-match-patch": "^1.0.1",
"electron-debug": "^1.5.0",
"express": "^4.16.3",
"fix-path": "^2.1.0",
"font-awesome": "^4.7.0",
"form-data": "^2.3.2",
"formidable": "^1.2.1",
"get-port": "^3.1.0",
"highlight.js": "^9.11.0",
"jquery": "^3.3.1",
"jquery-ui-dist": "^1.12.1",
"js-yaml": "^3.12.0",
"jstree": "^3.3.5",
"marked": "^0.4.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"nat-upnp": "git+https://github.com/MelvinTo/node-nat-upnp.git",
"node-machine-id": "^1.1.10",
"node-notifier": "^5.2.1",
"opn": "^5.3.0",
"ot": "git+https://github.com/Operational-Transformation/ot.js.git",
"platformio-node-helpers": "^0.5.2",
"qr-image": "^3.2.0",
"rtcmulticonnection-v3": "^3.4.4",
"serialport": "=6.2.1",
"simple-git": "^1.95.1",
"socket.io": "^2.1.1",
"swig-templates": "^2.0.2",
"tether": "^1.4.4",
"tmp": "0.0.33",
"tty2html": "^1.0.0",
"universal-analytics": "^0.4.17",
"vex-js": "^4.1.0",
"which": "^1.3.1",
"yauzl": "^2.9.2",
"yazl": "^2.4.3"
},
"devDependencies": {
"devtron": "^1.4.0",
"electron": "^2.0.1",
"electron-builder": "^20.15.1",
"eslint": "^4.18.1",
"json": "^9.0.6",
"nodemon": "^1.17.5"
}
}