{
  "name": "easy-match",
  "version": "1.1.5",
  "description": "A simple matcher with regex cache.",
  "main": "easy-match.js",
  "keywords": [
    "match",
    "regex",
    "matcher",
    "wildcard",
    "minimatch",
    "globby",
    "pattern",
    "micromatch",
    "regexp",
    "anymatch",
    "globstar",
    "star",
    "star-match",
    "star-matcher"
  ],
  "dependencies": {},
  "devDependencies": {
    "mocha": "^4.0.1",
    "path": "^0.12.7"
  },
  "scripts": {
    "test": "mocha --recursive",
    "start": "node easy-match.js"
  },
  "homepage": "https://gitlab.com/autokent/easy-match",
  "bugs": {
    "url": "https://gitlab.com/autokent/easy-match/issues",
    "email": "mehmet.kozan@live.com"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/autokent/easy-match.git"
  },
  "author": "Mehmet Kozan <mehmet.kozan@live.com>",
  "license": "MIT",
  "engines": {
    "node": ">=6.8.1"
  }
}
