{
  "name": "node-webkit-builder",
  "version": "1.0.13",
  "description": "node-webkit-builder",
  "main": "index.js",
  "scripts": {
    "test": "colortape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mllrsohn/node-webkit-builder.git"
  },
  "bin": {
    "nwbuild": "./bin/nwbuild"
  },
  "author": {
    "name": "Steffen Müller"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mllrsohn/node-webkit-builder/issues"
  },
  "homepage": "https://github.com/mllrsohn/node-webkit-builder",
  "devDependencies": {
    "nock": "^0.32.3",
    "tape": "~3.0.1",
    "redtape": "~1.0.0",
    "colortape": "~0.1.0"
  },
  "dependencies": {
    "archiver": "^0.13.0",
    "bluebird": "~1.2.2",
    "decompress-zip": "0.0.8",
    "inherits": "~2.0.1",
    "lodash": "~2.4.1",
    "optimist": "^0.6.1",
    "rcedit": "0.2.0",
    "plist": "^1.0.0",
    "progress": "~1.1.7",
    "request": "~2.40.0",
    "rimraf": "^2.2.8",
    "semver": "^2.3.1",
    "simple-glob": "~0.1.0",
    "tar-fs": "^0.3.2",
    "temp": "~0.7.0",
    "update-notifier": "^0.1.8",
    "winresourcer": "^0.9.0",
    "platform-overrides": "~1.0.1",
    "graceful-ncp": "^2.0.0",
    "graceful-fs-extra": "^1.0.4"
  }
}
