Newer
Older
CVSS_3.0_GUI / package.json
root on 7 May 2019 490 bytes Initial commit
{
  "name": "CVSS_3.0_Calc",
  "version": "1.0.0",
  "main": "index.html",
  "window": {
    "toolbar": true,
    "width": 900,
    "height": 400,
    "position": "mouse",
    "resizable": true
  },
  "devDependencies": {
    "nwjs-builder-phoenix": "^1.14.6"
  },
  "build": {
    "nwVersion": "0.14.7"
  },
  "scripts": {
    "dist": "build --tasks win-x86,win-x64,linux-x86,linux-x64,mac-x64 --mirror https://dl.nwjs.io/ .",
    "start": "run --x86 --mirror https://dl.nwjs.io/ ."
  }
}