{
  "name": "castor-load",
  "version": "1.2.2",
  "author": "Nicolas Thouvenin <nthouvenin@gmail.com>",
  "contributors": [],
  "description": "Traverse a directory to build a MongoDB collection with the found files. Then it's enable to keep directory and collection synchronised.",
  "keywords": [
    "directory",
    "files",
    "traverse"
  ],
  "homepage": "http://github.com/castorjs/node-castor-load",
  "scripts": {
    "test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- -R spec"
  },
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/castorjs/node-castor-load.git"
  },
  "dependencies": {
    "async": "~0.2.10",
    "bytes": "^1.0.0",
    "chokidar": "^0.8.2",
    "clone": "^0.1.17",
    "debug": "^0.7.4",
    "extend": "~1.2.1",
    "findit": "~1.1.0",
    "js-yaml": "~3.0.1",
    "minimatch": "~0.2.14",
    "mkdirp": "~0.3.5",
    "mongodb": "^1.4.10",
    "once": "~1.3.0",
    "tingodb": "~0.2.1"
  },
  "devDependencies": {
    "mocha": ">=1.8.1",
    "istanbul": "^0.2.14"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.10.0"
  }
}
