node-red-contrib-file-manager
Version:
Handle File System
35 lines (34 loc) • 719 B
JSON
{
"name": "node-red-contrib-file-manager",
"version": "2.0.8",
"description": "Handle File System",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"keywords": [
"node-red",
"file",
"create file",
"upload",
"save",
"buffer"
],
"bugs": {
"url": "https://github.com/flw18/file-manager/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/flw18/file-manager.git"
},
"node-red": {
"nodes": {
"node-red-contrib-file-manager": "file-manager.js"
}
},
"author": {
"name": "Free Task",
"email": "freetask18@gmail.com"
}
}