{
    "name": "fluid-glob",
    "version": "1.0.7",
    "description": "A library to standardise resolving \"globbed\" file patterns within Fluid projects.",
    "main": "index.js",
    "scripts": {
        "lint": "fluid-lint-all",
        "pretest": "npx rimraf coverage/* reports/*",
        "test": "nyc node tests/all-tests.js"
    },
    "repository": "https://github.com/fluid-project/fluid-glob.git",
    "author": "Tony Atkins <tony@raisingthefloor.org>",
    "license": "BSD-3-Clause",
    "homepage": "https://github.com/fluid-project/fluid-glob#readme",
    "dependencies": {
        "infusion": "4.6.0",
        "minimatch": "3.1.2"
    },
    "devDependencies": {
        "eslint": "8.32.0",
        "eslint-config-fluid": "2.1.1",
        "fluid-lint-all": "1.2.3",
        "node-jqunit": "1.1.9",
        "nyc": "15.1.0"
    }
}
