{
  "name": "md-nw-builder",
  "version": "4.1.1",
  "description": "md-nw-builder",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mllrsohn/nw-builder.git"
  },
  "bin": {
    "nwbuild": "./bin/nwbuild"
  },
  "author": {
    "name": "Steffen Müller"
  },
  "contributors": [
    {
      "name": "Adam Lynch",
      "email": "contact@adamlynch.com"
    }
  ],
  "engines": {
    "node": ">= 4.0.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mllrsohn/nw-builder/issues"
  },
  "homepage": "https://github.com/mllrsohn/nw-builder",
  "keywords": [
    "NW.js",
    "node-webkit",
    "desktop",
    "application"
  ],
  "devDependencies": {
    "decompress-zip": "0.3.1",
    "eol": "^0.9.0",
    "nock": "^9.0.5",
    "redtape": "~1.0.0",
    "tap-spec": "^4.1.1",
    "tape": "~4.9.0"
  },
  "dependencies": {
    "archiver": "^2.1.1",
    "boxen": "^1.1.0",
    "chalk": "^2.3.2",
    "deprecate": "~1.0.0",
    "extract-zip": "^1.6.5",
    "graceful-fs-extra": "^2.0.0",
    "graceful-ncp": "^3.0.0",
    "inherits": "~2.0.1",
    "lazy-req": "^2.0.0",
    "lodash": "~4.17.4",
    "optimist": "^0.6.1",
    "plist": "^3.0.1",
    "progress": "~2.0.0",
    "rcedit": "^1.0.0",
    "recursive-readdir-sync": "^1.0.6",
    "request": "^2.88.0",
    "rimraf": "^2.5.2",
    "semver": "^5.5.0",
    "simple-glob": "~0.2.0",
    "tar-fs": "^1.13.0",
    "temp": "^0.9.4",
    "thenify": "^3.3.0",
    "update-notifier": "^2.4.0",
    "winresourcer": "^0.9.0"
  }
}
