UNPKG

1.76 kBJSONView Raw
1{
2 "name": "npm-check",
3 "version": "4.0.4",
4 "description": "Check for outdated, incorrect, and unused dependencies.",
5 "main": "lib",
6 "scripts": {
7 "test": "xo && grunt test && bin/cli.js"
8 },
9 "xo": {
10 "space": 4,
11 "rules": {
12 "no-warning-comments": [
13 0
14 ],
15 "global-require": [
16 0
17 ]
18 }
19 },
20 "bin": {
21 "npm-check": "bin/cli.js"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/dylang/npm-check.git"
26 },
27 "keywords": [
28 "npm",
29 "outdated",
30 "dependencies",
31 "unused",
32 "changelog",
33 "check",
34 "updates",
35 "api",
36 "interactive",
37 "cli",
38 "safe",
39 "updating",
40 "updater",
41 "installer",
42 "devDependencies"
43 ],
44 "author": {
45 "name": "Dylan Greene",
46 "email": "dylang@gmail.com"
47 },
48 "license": "MIT",
49 "bugs": {
50 "url": "https://github.com/dylang/npm-check/issues"
51 },
52 "homepage": "https://github.com/dylang/npm-check",
53 "dependencies": {
54 "buffered-spawn": "^1.1.2",
55 "chalk": "^1.1.0",
56 "cli-cursor": "^1.0.2",
57 "commander": "^2.8.1",
58 "depcheck": "^0.4.7",
59 "figures": "^1.4.0",
60 "giturl": "0.0.3",
61 "global-modules": "^0.2.0",
62 "globby": "^3.0.1",
63 "inquirer": "^0.10.1",
64 "lodash": "^3.10.0",
65 "node-emoji": "^1.0.3",
66 "package-json": "^2.0.0",
67 "q": "^1.4.1",
68 "semver": "^5.0.1",
69 "semver-diff": "^2.0.0",
70 "text-table": "^0.2.0",
71 "update-notifier": "^0.5.0"
72 },
73 "devDependencies": {
74 "grunt": "^0.4.0",
75 "grunt-cli": "^0.1.13",
76 "grunt-mocha-test": "^0.12.7",
77 "grunt-release": "^0.13.0",
78 "grunt-templates-dylang": "^1.0.9",
79 "load-grunt-tasks": "^3.3.0",
80 "mocha": "^2.3.3",
81 "time-grunt": "^1.2.1",
82 "xo": "^0.9.0"
83 }
84}