{
  "name": "cli-fs",
  "version": "1.0.4",
  "description": "Utility functions for working with the filesystem",
  "author": "muji <noop@xpm.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/freeformsystems/cli-fs"
  },
  "bugs": {
    "url": "https://github.com/freeformsystems/cli-fs/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/freeformsystems/cli-fs/blob/master/LICENSE"
    }
  ],
  "keywords": [
    "cli",
    "fs",
    "filesystem",
    "util"
  ],
  "devDependencies": {
    "mocha": "~1.17.0",
    "chai": "~1.8.1",
    "istanbul": "~0.2.4"
  },
  "engine": [
    "node >= 0.10.21"
  ],
  "scripts": {
    "pretest": "mkfifo /tmp/cli-fs-temp-fifo",
    "posttest": "rm -f /tmp/cli-fs-temp-fifo",
    "test": "NODE_ENV=test istanbul cover _mocha -- -u bdd --recursive --reporter list -A test/spec"
  }
}
