UNPKG

@happikitsune/nw-builder

Version:
78 lines (77 loc) 1.68 kB
{ "name": "@happikitsune/nw-builder", "version": "3.5.9", "description": "nw-builder", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/kitsune7/nw-builder.git" }, "bin": { "nwbuild": "./bin/nwbuild" }, "author": { "name": "Steffen Müller" }, "contributors": [ { "name": "Adam Lynch", "email": "contact@adamlynch.com" }, { "name": "Christopher Bradshaw", "email": "chris.kofox@gmail.com" } ], "engines": { "node": ">= 8.0.0" }, "license": "MIT", "bugs": { "url": "https://github.com/kitsune7/nw-builder/issues" }, "homepage": "https://github.com/kitsune7/nw-builder", "keywords": [ "NW.js", "node-webkit", "desktop", "application" ], "devDependencies": { "decompress-zip": "^0.3.3", "eol": "^0.9.1", "nock": "^13.1.1", "redtape": "^1.0.0", "tap-spec": "^5.0.0", "tape": "^5.3.0" }, "dependencies": { "archiver": "^5.3.0", "boxen": "^5.0.1", "chalk": "^4.1.2", "deprecate": "^1.1.1", "extract-zip": "^2.0.1", "graceful-fs-extra": "^2.0.0", "graceful-ncp": "^3.0.0", "inherits": "^2.0.4", "lazy-req": "^3.0.0", "lodash": "^4.17.21", "optimist": "^0.6.1", "plist": "^3.0.3", "progress": "^2.0.3", "rcedit": "^3.0.1", "recursive-readdir-sync": "^1.0.6", "request": "^2.88.2", "rimraf": "^3.0.2", "semver": "^7.3.5", "simple-glob": "^0.2.0", "tar-fs": "^2.1.1", "temp": "^0.9.4", "thenify": "^3.3.1", "update-notifier": "^5.1.0", "winresourcer": "^0.9.0" } }