mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
* Bumping electron to 3.0.10 * Updating node version in travis and appveyor * Fixing incorrect require of electron-fetch * Fix zoom to match previous versions Additionally I'm removing a call to disable pinch-zoom, it's disable by default since Electron 2 (https://electronjs.org/releases#2.0.0) * Bumping electron to 4.0.0-beta.8 * Bumping electron to 4.0.0-beta.9 * Work around for Copy accelerator not firing on electron v4 * Fixing header/titlebar in MacOS * Upgrading to electron 4.0.0 and node-pty 0.8.0 * Adding yarn.lock changes for electron 4.0.0 * Adding comments for editor:copy workaround. Scaling issue is only on Linux * Upgrading node-abi to support electron 4.0.0 * popup now takes an object as input
37 lines
916 B
JSON
37 lines
916 B
JSON
{
|
|
"name": "hyper",
|
|
"productName": "Hyper",
|
|
"description": "A terminal built on web technologies",
|
|
"version": "2.1.0-canary.5",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "ZEIT, Inc.",
|
|
"email": "team@zeit.co"
|
|
},
|
|
"repository": "zeit/hyper",
|
|
"dependencies": {
|
|
"async-retry": "1.1.4",
|
|
"color": "2.0.1",
|
|
"convert-css-color-name-to-hex": "0.1.1",
|
|
"default-shell": "1.0.1",
|
|
"electron-config": "2.0.0",
|
|
"electron-fetch": "1.3.0",
|
|
"electron-is-dev": "1.0.1",
|
|
"electron-squirrel-startup": "1.0.0",
|
|
"file-uri-to-path": "1.0.0",
|
|
"git-describe": "4.0.2",
|
|
"lodash": "4.17.5",
|
|
"mkdirp": "0.5.1",
|
|
"ms": "2.1.1",
|
|
"node-pty": "0.8.0",
|
|
"os-locale": "2.1.0",
|
|
"parse-url": "3.0.2",
|
|
"queue": "4.4.2",
|
|
"react": "16.2.0",
|
|
"react-dom": "16.2.0",
|
|
"semver": "5.5.0",
|
|
"shell-env": "0.3.0",
|
|
"uuid": "3.2.1",
|
|
"winreg": "1.2.4"
|
|
}
|
|
}
|