Newer
Older
CVSS_3.0_GUI / package.json
root on 7 May 2019 490 bytes Initial commit
  1. {
  2. "name": "CVSS_3.0_Calc",
  3. "version": "1.0.0",
  4. "main": "index.html",
  5. "window": {
  6. "toolbar": true,
  7. "width": 900,
  8. "height": 400,
  9. "position": "mouse",
  10. "resizable": true
  11. },
  12. "devDependencies": {
  13. "nwjs-builder-phoenix": "^1.14.6"
  14. },
  15. "build": {
  16. "nwVersion": "0.14.7"
  17. },
  18. "scripts": {
  19. "dist": "build --tasks win-x86,win-x64,linux-x86,linux-x64,mac-x64 --mirror https://dl.nwjs.io/ .",
  20. "start": "run --x86 --mirror https://dl.nwjs.io/ ."
  21. }
  22. }
Buy Me A Coffee