{
  "name": "path-starts-with",
  "description": "Returns true if a filepath starts with the given string. Works with windows and posix/unix paths.",
  "version": "1.0.0",
  "homepage": "https://github.com/jonschlinkert/path-starts-with",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/path-starts-with",
  "bugs": {
    "url": "https://github.com/jonschlinkert/path-starts-with/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "normalize-path": "^2.1.1"
  },
  "devDependencies": {
    "gulp-format-md": "^0.1.12",
    "mocha": "^3.2.0"
  },
  "keywords": [
    "generategenerator",
    "path",
    "starts",
    "with"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "path-ends-with",
        "contains-path",
        "normalize-path"
      ]
    },
    "lint": {
      "reflinks": true
    }
  }
}
