{
  "name": "grunt-nw-builder",
  "version": "4.17.1",
  "description": "Build NW.js applications for Mac, Windows and Linux using Grunt.",
  "keywords": [
    "NW.js",
    "Desktop",
    "Application",
    "Grunt"
  ],
  "author": {
    "name": "Steffen Müller",
    "url": "https://www.mllrsohn.com/"
  },
  "maintainers": [
    {
      "name": "Ayushman Chhabra",
      "url": "https://ayushmanchhabra.com/"
    }
  ],
  "contributors": [
    {
      "name": "The grunt-nw-builder Authors",
      "url": "https://github.com/nwjs/grunt-nw-builder/graphs/contributors"
    }
  ],
  "license": "MIT",
  "main": "tasks/nw.js",
  "files": [
    "tasks"
  ],
  "homepage": "https://github.com/nwjs/grunt-nw-builder",
  "repository": {
    "type": "git",
    "url": "https://github.com/nwjs/grunt-nw-builder.git"
  },
  "scripts": {
    "lint": "eslint --fix tasks",
    "test": "grunt get && node --test test/test.mjs"
  },
  "dependencies": {
    "nw-builder": "^4.17.10"
  },
  "peerDependencies": {
    "grunt": "^1.6.1"
  },
  "devDependencies": {
    "selenium-webdriver": "^4.43.0"
  },
  "packageManager": "npm@10.8.2"
}