-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 866 Bytes
/
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
{
"name": "electron-asar-updater-pro",
"version": "v2.5.1",
"description": "Handles Electron app.asar updates. Electron asar 热更新",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xianyunleo/electron-asar-updater-pro.git"
},
"keywords": [
"electron",
"asar",
"update",
"updater"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/xianyunleo/electron-asar-updater-pro/issues"
},
"homepage": "https://github.com/xianyunleo/electron-asar-updater-pro#readme",
"dependencies": {
"adm-zip": "^0.5.10",
"electron-fetch": "^1.9.1",
"electron-log": "^4.0.0",
"semver-diff": "^3.0.0"
},
"devDependencies": {
"electron": ">=13.0.0"
}
}