Permalink
Cannot retrieve contributors at this time
Switch branches/tags
1-3-x
1-4-x
1-5-x
1-6-x
1-7-x
1-8-x
2-0-x
add-env-to-release-docs
add-web-frame-add-origin-access-whitelist-entry
arm64-ci-for-1-8-x
autorelease-fixes
bump-libcc-2-0-x
cancel-duplicate-builds
cleanup_locks
cleanup_request_context_dtor
context-menu-order-control
dialog-refactor
docs-index
document-python
enable-official-build
event-subscriber-clean
fetch_job_uaf_patch
fix-attribute-error
fix-inteval-flake
fix-last-crash-report
fix-nil-tray-title-crash
linux-appname
make-cppcheck-happy
master
node-upgrade-1-7-x
open-url-windows
optimize-sendsync
remove-nativeimage-deprecated
revert-10204-fix-window-opener
revert-12293-revert-12193-master
set-appropriate-defaults-for-webview-options
test-new-windows-require
test-official-build
test-skips
tonyganch/chromium-61
torycl/vs2017-node921
torycl/vs2017-node930
use-local
wc-exec-js
win32-notification-actions
Nothing to show
v2.0.0-beta.5
v2.0.0-beta.4
v2.0.0-beta.3
v2.0.0-beta.2
v2.0.0-beta.1
v1.8.4
v1.8.3
v1.8.2
v1.8.2-beta.5
v1.8.2-beta.4
v1.8.2-beta.3
v1.8.2-beta.2
v1.8.2-beta.1
v1.8.1
v1.8.0
v1.7.13
v1.7.12
v1.7.11
v1.7.10
v1.7.9
v1.7.8
v1.7.7
v1.7.6
v1.7.5
v1.7.4
v1.7.3
v1.7.2
v1.7.1
v1.7.0
v1.6.17
v1.6.16
v1.6.15
v1.6.14
v1.6.13
v1.6.12
v1.6.11
v1.6.10
v1.6.9
v1.6.8
v1.6.7
v1.6.6
v1.6.5
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.5.1
v1.5.0
v1.4.16
v1.4.15
v1.4.14
v1.4.13
v1.4.12
v1.4.11
v1.4.10
v1.4.9
v1.4.8
v1.4.7
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.15
v1.3.14
v1.3.13
v1.3.12
v1.3.11
v1.3.10
v1.3.9
v1.3.8
v1.3.7
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.8
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.2
v1.0.1
v1.0.0
v0.37.8
v0.37.7
Nothing to show
Find file
Copy path
Fetching contributors…
| { | |
| "scripts": { | |
| "cache-clean": "rm -rf ~/.electron && rm -rf dist", | |
| "postinstall": "node install.js", | |
| "pretest": "npm run cache-clean", | |
| "test": "standard" | |
| }, | |
| "bin": { | |
| "electron": "cli.js" | |
| }, | |
| "main": "index.js", | |
| "types": "electron.d.ts", | |
| "dependencies": { | |
| "@types/node": "^8.0.24", | |
| "electron-download": "^3.0.1", | |
| "extract-zip": "^1.0.3" | |
| }, | |
| "devDependencies": { | |
| "home-path": "^0.1.1", | |
| "path-exists": "^2.0.0", | |
| "standard": "^5.4.1" | |
| }, | |
| "directories": { | |
| "test": "test" | |
| } | |
| } |
Copy lines Copy permalink - View git blame
- Open new issue