wallet-core/node_modules/update-notifier/package.json

53 lines
1020 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "update-notifier",
2017-08-14 05:01:11 +02:00
"version": "2.2.0",
2017-05-28 00:38:50 +02:00
"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": ">=4"
},
"scripts": {
"test": "xo && mocha --timeout 20000"
},
"files": [
"index.js",
"check.js"
],
"keywords": [
"npm",
"update",
"updater",
"notify",
"notifier",
"check",
"checker",
"cli",
"module",
"package",
"version"
],
"dependencies": {
"boxen": "^1.0.0",
"chalk": "^1.0.0",
"configstore": "^3.0.0",
2017-08-14 05:01:11 +02:00
"import-lazy": "^2.1.0",
2017-05-28 00:38:50 +02:00
"is-npm": "^1.0.0",
"latest-version": "^3.0.0",
"semver-diff": "^2.0.0",
"xdg-basedir": "^3.0.0"
},
"devDependencies": {
2017-08-14 05:01:11 +02:00
"clear-module": "^2.1.0",
2017-05-28 00:38:50 +02:00
"fixture-stdout": "^0.2.1",
"mocha": "*",
"strip-ansi": "^3.0.1",
2017-08-14 05:01:11 +02:00
"xo": "^0.18.2"
2017-05-28 00:38:50 +02:00
}
}