{
  "name": "global-prefix",
  "description": "Get the npm global path prefix.",
  "version": "0.1.1",
  "homepage": "https://github.com/jonschlinkert/global-prefix",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/global-prefix",
  "bugs": {
    "url": "https://github.com/jonschlinkert/global-prefix/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "dependencies": {
    "is-windows": "^0.1.0"
  },
  "keywords": [
    "global",
    "module",
    "modules",
    "npm",
    "path",
    "prefix",
    "resolve"
  ],
  "verb": {
    "related": {
      "list": ["global-modules", "global-paths"]
    }
  }
}
