{
  "name": "fs-expand",
  "version": "1.1.2",
  "description": "An extended fs traverser",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:kaelzhang/node-fs-expand.git"
  },
  "keywords": [
    "fs",
    "dir",
    "find",
    "ls",
    "glob",
    "ignore"
  ],
  "engines": {
    "node": ">=0.8.0"
  },
  "author": "kael",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kaelzhang/node-fs-expand/issues"
  },
  "devDependencies": {
    "mocha": "*",
    "chai": "*"
  },
  "dependencies": {
    "async": "^1.5.0",
    "glob": "^7.0.3",
    "make-array": "^1.0.1",
    "underscore": "^1.8.3",
    "wrap-as-async": "^1.2.2"
  }
}
