UNPKG

node-file-dialog

Version:

Shows a gui dialog box to choose files/folders on server side

29 lines (28 loc) 659 B
{ "name": "node-file-dialog", "version": "1.0.3", "description": "Shows a gui dialog box to choose files/folders on server side", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/XploreX/node-file-dialog.git" }, "files": [ "index.js", "python/dist/**/*" ], "keywords": [ "file", "dialog", "gui" ], "author": "Manorit Chawdhry", "license": "ISC", "bugs": { "url": "https://github.com/XploreX/node-file-dialog/issues" }, "homepage": "https://github.com/XploreX/node-file-dialog#readme" }