Bez popisu

package.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "global-modules",
  3. "description": "The directory used by npm for globally installed npm modules.",
  4. "version": "1.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": ">=0.10.0"
  23. },
  24. "scripts": {
  25. "test": "mocha"
  26. },
  27. "dependencies": {
  28. "global-prefix": "^1.0.1",
  29. "is-windows": "^1.0.1",
  30. "resolve-dir": "^1.0.0"
  31. },
  32. "devDependencies": {
  33. "gulp-format-md": "^0.1.12",
  34. "mocha": "^3.4.2"
  35. },
  36. "keywords": [
  37. "directory",
  38. "dirname",
  39. "global",
  40. "module",
  41. "modules",
  42. "package",
  43. "path",
  44. "prefix",
  45. "resolve"
  46. ],
  47. "verb": {
  48. "run": true,
  49. "toc": false,
  50. "layout": "default",
  51. "tasks": [
  52. "readme"
  53. ],
  54. "plugins": [
  55. "gulp-format-md"
  56. ],
  57. "related": {
  58. "list": [
  59. "homedir-polyfill",
  60. "git-config-path",
  61. "global-prefix",
  62. "npm-paths"
  63. ]
  64. },
  65. "reflinks": [
  66. "verb"
  67. ],
  68. "lint": {
  69. "reflinks": true
  70. }
  71. }
  72. }