aboutsummaryrefslogtreecommitdiff
path: root/node_modules/update-notifier/package.json
blob: 8a122a7742c8fc6ff16b35e3e14312f37d25047f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "name": "update-notifier",
  "version": "2.2.0",
  "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",
    "import-lazy": "^2.1.0",
    "is-npm": "^1.0.0",
    "latest-version": "^3.0.0",
    "semver-diff": "^2.0.0",
    "xdg-basedir": "^3.0.0"
  },
  "devDependencies": {
    "clear-module": "^2.1.0",
    "fixture-stdout": "^0.2.1",
    "mocha": "*",
    "strip-ansi": "^3.0.1",
    "xo": "^0.18.2"
  }
}