forked from g200kg/zoom-ms-utility
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.6 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
{
"name": "zoom-ms-utility",
"version": "1.0.2",
"description": "Zoom MS-50G/MS-60B/MS-70CDR multi stomp patch editor.",
"main": "index.html",
"window": {
"width": 1200,
"height": 640,
"resizable": false
},
"scripts": {
"start": "node js/index.js",
"test": "echo none yet",
"dist:build": "build --tasks win-x64,mac-x64 --mirror https://dl.nwjs.io/ .",
"dist:zip": "bestzip dist/zoom-ms-utility-1.0.2-win-x64.zip dist/zoom-ms-utility-1.0.2-win-x64/* && bestzip dist/zoom-ms-utility-1.0.2-mac-x64.zip dist/zoom-ms-utility-1.0.2-mac-x64/*",
"dist": "npm run dist:build && npm run dist:zip",
"nwstart": "run --x64 --mirror https://dl.nwjs.io/ ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/g200kg/zoom-ms-utility.git"
},
"keywords": [
"zoom",
"MS-50G",
"MS-60B",
"MS-70CDR",
"multi",
"stomp",
"editor",
"utility",
"midi"
],
"author": "@g200kg",
"license": "MIT",
"bugs": {
"url": "https://github.com/g200kg/zoom-ms-utility/issues"
},
"homepage": "https://github.com/g200kg/zoom-ms-utility#readme",
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"bestzip": "^2.1.6",
"nwjs-builder-phoenix": "^1.15.0"
},
"build": {
"nwVersion": "0.47.2",
"nwFlavor": "normal",
"packed": true,
"win": {
"productName": "ZoomMSUtility",
"companyName": "g200kg",
"copyright": "g200kg",
"icon": "./images/icon.ico"
},
"mac": {
"displayName": "ZoomMSUtility",
"copyright": "g200kg",
"icon": "./images/icon.icns"
}
}
}