vrrv-installer-builder
Version:
A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box
31 lines (30 loc) • 744 B
JSON
{
"name": "nsis-auto-updater",
"version": "0.0.1",
"description": "NSIS Auto Updater",
"main": "out/nsis-auto-updater/src/nsis-updater.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
"repository": "electron-userland/electron-builder",
"bugs": "https://github.com/electron-userland/electron-builder/issues",
"homepage": "https://github.com/electron-userland/electron-builder",
"files": [
"out",
"nm"
],
"dependencies": {
"bluebird": "^3.4.6",
"fs-extra-p": "^1.1.8",
"semver": "^5.3.0",
"ini": "^1.3.4",
"tunnel-agent": "^0.4.3"
},
"bundledDependencies": [
"bluebird",
"fs-extra-p",
"semver",
"ini",
"tunnel-agent"
],
"typings": "./out/nsis-updater.d.ts"
}