{
  "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"
}
