{
  "name": "gulp-locale-filter",
  "version": "1.2.2",
  "description": "Gulp plugin that filters files in the stream based on locale or language codes in the file paths.",
  "keywords": [
    "gulp",
    "localize",
    "filter",
    "locale",
    "internationalization",
    "i18n",
    "localization",
    "l10n",
    "globalization",
    "g11n"
  ],
  "license": "MIT",
  "author": {
    "name": "Thomas Darling"
  },
  "homepage": "https://github.com/thomas-darling/gulp-locale-filter",
  "bugs": {
    "url": "https://github.com/thomas-darling/gulp-locale-filter/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thomas-darling/gulp-locale-filter.git"
  },
  "dependencies": {
    "gulp-util": "^3.0.7",
    "through2": "^2.0.3"
  },
  "devDependencies": {
    "@types/chalk": "^0.4.31",
    "@types/gulp-util": "0.0.0",
    "@types/mkdirp": "^0.3.29",
    "@types/node": "0.0.2",
    "@types/through2": "^2.0.32",
    "@types/vinyl": "^2.0.0",
    "del": "^2.2.2",
    "gulp": "github:gulpjs/gulp#4.0",
    "gulp-rename": "^1.2.2",
    "typescript": "^2.1.1"
  },
  "scripts":{
    "prepublish": "tsc"
  },
  "types": "lib/index.d.ts",
  "main": "lib/index.js"
}
