{
  "name": "mountfs",
  "version": "0.5.0",
  "description": "fs-compatible module with the ability to mount other fs-compatible modules at specific locations",
  "main": "lib/MountFs.js",
  "devDependencies": {
    "coveralls": "2.11.11",
    "eslint": "2.13.1",
    "eslint-config-onelint": "1.1.0",
    "mocha": "2.2.5",
    "nyc": "7.0.0",
    "sinon": "1.17.4",
    "unexpected": "10.15.0",
    "unexpected-sinon": "10.2.1"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha",
    "lint": "eslint .",
    "travis": "npm test && npm run lint && npm run coverage && (<coverage/lcov.info coveralls || true)",
    "coverage": "nyc --reporter=lcov --reporter=text --all -- mocha && echo google-chrome coverage/lcov-report/index.html"
  },
  "nyc": {
    "include": [
      "lib/**"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/papandreou/node-mountfs.git"
  },
  "keywords": [
    "file system",
    "filesystem",
    "fs",
    "mount point",
    "mount points",
    "mount",
    "mountpoint",
    "mountpoints"
  ],
  "author": "Andreas Lind <andreas@one.com>",
  "license": "BSD",
  "dependencies": {
    "async": "=0.2.9",
    "passerror": "0.0.2",
    "underscore": "=1.5.2"
  }
}
