auto-update-voltarysystems
Version:
A Framework to easily create a Auto Updater, for any desktop application, using GitHub. Forked from UAUP-JS
33 lines (32 loc) • 773 B
JSON
{
"name": "auto-update-voltarysystems",
"version": "1.0.1",
"description": "A Framework to easily create a Auto Updater, for any desktop application, using GitHub. Forked from UAUP-JS",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/voltarysystems/UAUP-JS.git"
},
"keywords": [
"Auto",
"Updater",
"Updater",
"Installer",
"Install",
"UAUP-JS",
"UAUP"
],
"author": "Drew Chase",
"license": "MIT",
"bugs": {
"url": "https://github.com/voltarysystems/UAUP-JS/issues"
},
"homepage": "https://github.com/voltarysystems/UAUP-JS#readme",
"dependencies": {
"adm-zip": "^0.5.1",
"events": "^3.3.0",
"request": "^2.88.2"
},
"devDependencies": {}
}