nw-programmatic-folder-select
Version:
Programmatically open a native folder select dialog in NW.js
31 lines (30 loc) • 796 B
JSON
{
"name": "nw-programmatic-folder-select",
"version": "1.0.5",
"description": "Programmatically open a native folder select dialog in NW.js",
"main": "index.js",
"scripts": {
"lint": "eslint --config=.eslintrc.js index.js",
"fix": "eslint --fix --config=.eslintrc.js index.js"
},
"devDependencies": {
"eslint": "^7.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nwutils/nw-programmatic-folder-select.git"
},
"keywords": [
"programmatic",
"folder",
"selection",
"nw.js",
"xpda"
],
"author": "The Jared Wilcurt",
"license": "MIT",
"bugs": {
"url": "https://github.com/nwutils/nw-programmatic-folder-select/issues"
},
"homepage": "https://github.com/nwutils/nw-programmatic-folder-select#readme"
}