UNPKG

bower

Version:

The browser package manager

44 lines (43 loc) 822 B
{ "name": "update-notifier", "version": "0.6.3", "description": "Update notifications for your CLI app", "license": "BSD-2-Clause", "repository": "yeoman/update-notifier", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && mocha --timeout 20000" }, "keywords": [ "npm", "update", "updater", "notify", "notifier", "check", "checker", "cli", "module", "package", "version" ], "dependencies": { "boxen": "^0.3.1", "chalk": "^1.0.0", "configstore": "^2.0.0", "is-npm": "^1.0.0", "latest-version": "^2.0.0", "semver-diff": "^2.0.0" }, "devDependencies": { "mocha": "*", "xo": "*" } }