{
  "name": "expandglob",
  "version": "3.0.3",
  "description": "Node.js module to expand glob file patterns.",
  "main": "expandglob.js",
  "scripts": {
    "test": "./ci/test.js"
  },
  "repository": "okunishinishi/node-expandglob",
  "keywords": [
    "glob",
    "expand"
  ],
  "author": {
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/okunishinishi/node-expandglob/issues"
  },
  "homepage": "https://github.com/okunishinishi/node-expandglob#readme",
  "dependencies": {
    "argx": "^2.0.2",
    "arrayreduce": "^2.1.0",
    "async": "^1.5.2",
    "co": "^4.6.0",
    "glob": "^7.0.3"
  },
  "devDependencies": {
    "ape-covering": "^3.0.1",
    "ape-releasing": "^3.0.8",
    "ape-reporting": "^3.0.0",
    "ape-tasking": "^3.1.2",
    "ape-testing": "^3.0.1",
    "ape-tmpl": "^5.0.1",
    "ape-updating": "^3.0.2",
    "coz": "^5.1.3",
    "injectmock": "^1.1.3"
  },
  "engines": {
    "node": ">=4.0.0"
  }
}