fs-utilities
Version:
utility module for interacting with the file system e.g. asynchronously retreiving list of folders
34 lines (33 loc) • 701 B
JSON
{
"name": "fs-utilities",
"version": "1.1.1",
"description": "utility module for interacting with the file system e.g. asynchronously retreiving list of folders",
"main": "src/fs.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "mocha",
"jsdoc": "jsdoc src -r -R readme.md -d doc",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha"
},
"keywords": [
"utility",
"fs",
"file",
"system",
"getFolders",
"traverseFolders"
],
"author": "x2",
"license": "ISC",
"dependencies": {
"async": "^1.4.2"
},
"devDependencies": {
"mocha": "^2.3.2",
"jsdoc": "^3.3.3",
"istanbul": "^0.3.21"
}
}