model-manager 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "model-manager",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.13",
|
4
4
|
"main": "main.js",
|
5
5
|
"license": "ISC",
|
6
6
|
"scripts": {
|
@@ -11,11 +11,11 @@
|
|
11
11
|
"author": "Tristan H.",
|
12
12
|
"description": "A Tool for managing all model assets of Mine-North.",
|
13
13
|
"dependencies": {
|
14
|
+
"electron-builder": "^5.35.0",
|
14
15
|
"electron-json-storage": "^4.5.0",
|
15
16
|
"electron-storage": "^1.0.7",
|
16
17
|
"electron-store": "^8.0.2",
|
17
18
|
"electron-updater": "^5.0.5",
|
18
|
-
"electron-builder": "^5.5.0",
|
19
19
|
"mongodb": "^4.8.0",
|
20
20
|
"swup": "^2.0.16",
|
21
21
|
"three": "^0.142.0",
|
@@ -29,16 +29,16 @@
|
|
29
29
|
"appId": "model-manager",
|
30
30
|
"productName": "ModelManager",
|
31
31
|
"win": {
|
32
|
-
"publish":
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
"
|
41
|
-
|
32
|
+
"publish": {
|
33
|
+
"provider": "github",
|
34
|
+
"private": true,
|
35
|
+
"host": "github.com",
|
36
|
+
"protocol": "https",
|
37
|
+
"releaseType": "type",
|
38
|
+
"owner": " Mine-North",
|
39
|
+
"repo": "Mine-North-Model-Tool",
|
40
|
+
"token": "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"
|
41
|
+
}
|
42
42
|
}
|
43
43
|
}
|
44
44
|
}
|