{
  "name": "gitignore-to-glob",
  "version": "0.3.0",
  "description": "Transforms .gitignore patterns to ones compatible with the glob package (used by Grunt & others)",
  "homepage": "https://github.com/EE/gitignore-to-glob",
  "author": {
    "name": "Michał Gołębiowski",
    "email": "m.goleb@gmail.com"
  },
  "keywords": [
    "gitignore",
    "glob"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/EE/gitignore-to-glob.git"
  },
  "bugs": "https://github.com/EE/gitignore-to-glob/issues",
  "license": "MIT",
  "main": "lib/gitignore-to-glob.js",
  "files": [
    "index.js",
    "lib"
  ],
  "devDependencies": {
    "eslint-config-mgol": "0.0.33",
    "grunt": "1.0.1",
    "grunt-cli": "1.2.0",
    "grunt-contrib-clean": "1.0.0",
    "grunt-eslint": "19.0.0",
    "grunt-mocha-test": "0.13.2",
    "load-grunt-tasks": "3.5.2",
    "mocha": "3.1.2",
    "time-grunt": "1.4.0"
  },
  "scripts": {
    "test": "grunt"
  },
  "engines": {
    "node": ">=4.4 <5 || >=6.9"
  }
}
