castor-load
Version:
Traverse a directory to build a MongoDB collection with the found files. Then it's enable to keep directory and collection synchronised.
50 lines (49 loc) • 1.21 kB
JSON
{
"name": "castor-load",
"version": "4.6.1",
"author": "Nicolas Thouvenin <nthouvenin@gmail.com>",
"contributors": [
{
"name": "Yannick Schurter",
"url": "https://github.com/nojhamster"
}
],
"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/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/castor-load.git"
},
"dependencies": {
"async": "^1.5.2",
"bytes": "^2.2.0",
"chokidar": "^1.4.2",
"clone": "^1.0.2",
"debug": "^2.1.1",
"extend": "^3.0.0",
"findit": "~2.0.0",
"minimatch": "~3.0.0",
"mkdirp": "~0.5.1",
"mongodb": "^2.1.5",
"once": "~1.3.0",
"request": "^2.60.0",
"tingodb": "~0.4.2"
},
"devDependencies": {
"mocha": ">=1.8.1",
"istanbul": "^0.4.2"
},
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
}