Projekt

Obecné

Profil

Stáhnout (1.32 KB) Statistiky
| Větev: | Revize:
1
{
2
  "name": "global-modules",
3
  "description": "The directory used by npm for globally installed npm modules.",
4
  "version": "2.0.0",
5
  "homepage": "https://github.com/jonschlinkert/global-modules",
6
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7
  "contributors": [
8
    "JasonChang (https://packagist.org/packages/jason-chang)",
9
    "Jon Schlinkert (http://twitter.com/jonschlinkert)",
10
    "Kiko Beats (https://kikobeats.com)"
11
  ],
12
  "repository": "jonschlinkert/global-modules",
13
  "bugs": {
14
    "url": "https://github.com/jonschlinkert/global-modules/issues"
15
  },
16
  "license": "MIT",
17
  "files": [
18
    "index.js"
19
  ],
20
  "main": "index.js",
21
  "engines": {
22
    "node": ">=6"
23
  },
24
  "scripts": {
25
    "test": "mocha"
26
  },
27
  "dependencies": {
28
    "global-prefix": "^3.0.0"
29
  },
30
  "devDependencies": {
31
    "gulp-format-md": "^2.0.0",
32
    "mocha": "^5.2.0"
33
  },
34
  "keywords": [
35
    "directory",
36
    "dirname",
37
    "global",
38
    "module",
39
    "modules",
40
    "package",
41
    "path",
42
    "prefix",
43
    "resolve"
44
  ],
45
  "verb": {
46
    "run": true,
47
    "toc": false,
48
    "layout": "default",
49
    "tasks": [
50
      "readme"
51
    ],
52
    "plugins": [
53
      "gulp-format-md"
54
    ],
55
    "related": {
56
      "list": [
57
        "git-config-path",
58
        "global-prefix",
59
        "npm-paths"
60
      ]
61
    },
62
    "lint": {
63
      "reflinks": true
64
    }
65
  }
66
}
(4-4/4)