{
  "name": "is-absolute",
  "description": "Return true if a file path is absolute.",
  "version": "0.1.7",
  "homepage": "https://github.com/jonschlinkert/is-absolute",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/is-absolute.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/is-absolute/issues"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/jonschlinkert/is-absolute/blob/master/LICENSE"
  },
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "is-relative": "^0.1.0"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "keywords": [
    "absolute",
    "check",
    "file",
    "filepath",
    "is",
    "normalize",
    "path",
    "path.relative",
    "relative",
    "resolve",
    "slash",
    "slashes",
    "uri",
    "url"
  ]
}
