UNPKG

cli-autoupdate

Version:
37 lines (36 loc) 797 B
{ "name": "cli-autoupdate", "version": "2.0.4", "description": "Make your module auto-update itself", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/toddtreece/autoupdater.git" }, "keywords": [ "auto-update", "update", "cli" ], "license": "MIT", "bugs": { "url": "https://github.com/toddtreece/autoupdater/issues" }, "homepage": "https://github.com/toddtreece/autoupdater#readme", "contributors": [ "Vadim Demedes <vdemedes@gmail.com>", "Todd Treece <todd@uniontownlabs.org>" ], "devDependencies": { "make-lint": "^1.0.1" }, "dependencies": { "update-notifier": "^0.5.0" }, "files": [ "index.js" ] }