efdir
Version:
33 lines (32 loc) • 702 B
JSON
{
"name": "efdir",
"version": "1.1.11",
"description": "",
"main": "efdir.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"jefdir_json_to_dir": "bin/json_to_dir.js",
"jefdir_dir_to_json": "bin/dir_to_json.js",
"jefdir_mkdirp_and_touch": "bin/mkdirp_and_touch.js",
"jefdir_agg_json": "bin/agg_json.js",
"jefdir_agg_str": "bin/agg_str.js"
},
"keywords": [
"dir",
"json",
"file",
"dir2json",
"json2dir",
"mkdir -p",
"walkdir"
],
"author": "terryinzaghi@163.com",
"license": "MIT",
"dependencies": {
"beautify": "^0.0.8",
"nvjson": "^1.0.7",
"strip-json-comments": "^3.1.1"
}
}