package.json 774 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "electron-quick-start",
  3. "version": "1.0.0",
  4. "description": "A minimal Electron application",
  5. "main": "us.main.js",
  6. "scripts": {
  7. "start": "electron ."
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/electron/electron-quick-start.git"
  12. },
  13. "keywords": [
  14. "Electron",
  15. "quick",
  16. "start",
  17. "tutorial"
  18. ],
  19. "author": "GitHub",
  20. "license": "CC0-1.0",
  21. "bugs": {
  22. "url": "https://github.com/electron/electron-quick-start/issues"
  23. },
  24. "homepage": "https://github.com/electron/electron-quick-start#readme",
  25. "devDependencies": {
  26. "electron": "1.5.1"
  27. },
  28. "package":"electron-packager ./ usestudioapp --platform=win32 --arch=x64 --out=./output --electron-version=1.4.13 --version 1.0.0 --overwrite"
  29. }