| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "electron-quick-start",
- "version": "1.0.0",
- "description": "A minimal Electron application",
- "main": "us.main.js",
- "scripts": {
- "start": "electron ."
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/electron/electron-quick-start.git"
- },
- "keywords": [
- "Electron",
- "quick",
- "start",
- "tutorial"
- ],
- "author": "GitHub",
- "license": "CC0-1.0",
- "bugs": {
- "url": "https://github.com/electron/electron-quick-start/issues"
- },
- "homepage": "https://github.com/electron/electron-quick-start#readme",
- "devDependencies": {
- "electron": "1.5.1"
- },
- "package":"electron-packager ./ usestudioapp --platform=win32 --arch=x64 --out=./output --electron-version=1.4.13 --version 1.0.0 --overwrite"
- }
|