{
  "name": "fileset",
  "version": "2.0.3",
  "description": "Wrapper around miniglob / minimatch combo to allow multiple patterns matching and include-exclude ability",
  "main": "./lib/fileset",
  "scripts": {
    "test": "make test"
  },
  "dependencies": {
    "glob": "^7.0.3",
    "minimatch": "^3.0.3"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-regenerator": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "bake-cli": "^0.6.0",
    "eslint": "^3.7.1",
    "eslint-config-standard": "^6.2.0",
    "eslint-plugin-promise": "^3.0.0",
    "eslint-plugin-standard": "^2.0.1",
    "mocha": "^3.1.2",
    "standard-version": "^3.0.0",
    "watchd": "^0.1.1"
  },
  "homepage": "https://github.com/mklabs/node-fileset",
  "repository": {
    "type": "git",
    "url": "git://github.com/mklabs/node-fileset.git"
  },
  "license": "MIT",
  "author": "mklabs"
}
