UNPKG

auto-updater

Version:

Automatically updates your client version when is outdated by the repository

43 lines (42 loc) 956 B
{ "name": "auto-updater", "description": "Automatically updates your client version when is outdated by the repository", "version": "1.0.2", "author": { "name": "@Juampi_92", "url": "https://github.com/juampi92" }, "main": "./auto-updater", "dependencies": { "adm-zip": "^0.4.7", "node-promise": "^0.5.12", "underscore": "^1.8.3" }, "keywords": [ "auto-updater", "automatic", "auto", "update", "updater" ], "bugs": "https://github.com/juampi92/auto-updater/issues", "repository": { "type": "git", "url": "https://github.com/juampi92/auto-updater.git" }, "license": "GPL-2.0", "engines": { "node": "*" }, "devDependencies": { "mocha": "^2.2.5", "should": "^7.0.4" }, "scripts": { "test": "mocha --reporter spec test/*.js" }, "auto-updater": { "repo": "juampi92/auto-updater", "branch": "v1.0.0" } }