{
  "name": "parse-gitignore",
  "description": "Parse a gitignore file into an array of patterns. Comments and empty lines are stripped.",
  "version": "0.5.1",
  "homepage": "https://github.com/jonschlinkert/parse-gitignore",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "contributors": [
    "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    "Michael Mayer (http://schnittstabil.de)"
  ],
  "repository": "jonschlinkert/parse-gitignore",
  "bugs": {
    "url": "https://github.com/jonschlinkert/parse-gitignore/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "array-unique": "^0.3.2",
    "is-glob": "^3.1.0"
  },
  "devDependencies": {
    "glob-fs": "^0.1.6",
    "gulp-format-md": "^0.1.11",
    "micromatch": "^2.3.11",
    "mocha": "^3.2.0",
    "should": "^11.2.1"
  },
  "keywords": [
    "gitignore",
    "ignore",
    "parse"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "parse-author",
        "parse-git-config"
      ]
    },
    "reflinks": [
      "verb",
      "verb-generate-readme"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
