nw-global-build
Version:
Tool to package nw.js applications with a launcher which will allow the application to use a system-wide installed version of the nw.js runtime.
39 lines (38 loc) • 994 B
JSON
{
"name": "nw-global-build",
"version": "1.0.7",
"description": "Tool to package nw.js applications with a launcher which will allow the application to use a system-wide installed version of the nw.js runtime.",
"main": "index.js",
"bin": {
"nw-global-build": "./index.js"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gianluca-nitti/nw.js-global-install.git"
},
"keywords": [
"nw.js",
"nw",
"nwjs"
],
"author": "Gianluca Nitti",
"license": "MIT",
"bugs": {
"url": "https://github.com/gianluca-nitti/nw.js-global-install/issues"
},
"homepage": "https://github.com/gianluca-nitti/nw.js-global-install#readme",
"dependencies": {
"fs-extra": "^0.30.0",
"ignore": "^3.1.3",
"lazy-json": "0.0.11",
"log": "^1.4.0",
"recursive-readdir-sync": "^1.0.6",
"semver": "^5.3.0",
"swig": "^1.4.2",
"sync-request": "^3.0.1",
"to-ico-sync": "^1.0.5"
}
}