hyper/app/package.json

34 lines
801 B
JSON
Raw Normal View History

2016-06-30 22:01:04 -08:00
{
2016-10-06 07:28:43 -08:00
"name": "hyper",
"productName": "Hyper",
2016-10-17 00:29:49 -08:00
"description": "A terminal built on web technologies",
2017-09-26 01:26:30 -08:00
"version": "2.0.4",
2016-07-13 12:44:24 -08:00
"license": "MIT",
"author": {
2016-08-19 23:47:30 -08:00
"name": "Zeit, Inc.",
"email": "team@zeit.co"
},
2016-10-06 07:28:43 -08:00
"repository": "zeit/hyper",
2016-06-30 22:01:04 -08:00
"dependencies": {
"async-retry": "1.1.3",
"color": "2.0.0",
"convert-css-color-name-to-hex": "0.1.1",
"default-shell": "1.0.1",
"electron-config": "1.0.0",
"electron-is-dev": "0.3.0",
Add Windows support and first-class Linux support (#946) * `child_pty` => `pty.js` * Create a frameless window on Windows and Linux * Add a brand new UI for Linux and Windows :nail_care: * [Windows] Fix plugin installation * [Windows] Fix the `build` script * [Windows] Add a bigger `icon.ico` * [Mac] Add `WebKitAppRegion: drag` when running on macOS * Fix code style :thinking: * Add `appveyor.yml` * Fix code style (again) * [Windows] Fix AppVeyor's `install` script * [Windows] Try a new AppVeyor config * [Windows] Set the binary path so Spectron can run the tests * [Windows] Try to build on x64 * Try again to build on x64 * Try one more time :weary: * Throw an error to indicate that `pty.js` was built incorrectly * [Win/Linux] Add `display: hidden` to <Tabs /> if tabs.length === 1 * [Win/Linux] Reorganize SVGs – via @CodeTheory * [Win/Linux] Fix the hamburger menu height * Make the SVGs look better with `shape-rendering: crispEdges;` * [Win/Linux] Add config options for the window controls and the :hamburger: menu * Add `electron-squirrel-startup` dependency * [Win] Handle Squirrel commands * [Win/Linux] Fix default color for the :hamburger: and window controls – via @CodeTheory * [Win/Linux] Add some padding - via @CodeTheory * [Win/Linux] Add hover states – via @CodeTheory * [Win] Fix empty window/tab titles * [Win] Fix opening Preferences (#978) * [Win] Fix opening Preferences * Update ui.js * Update ui.js * Enhance messages and default editor * [Win] Add dependency instructions to the README.md [skip ci] * Fix code style * [Win/Linux] Check the number of open windows before quitting the app
2016-11-11 08:18:04 -09:00
"electron-squirrel-startup": "1.0.0",
"file-uri-to-path": "1.0.0",
"git-describe": "4.0.2",
"lodash": "4.17.4",
"mkdirp": "0.5.1",
"ms": "2.0.0",
"node-fetch": "1.7.2",
"node-pty": "0.7.0",
"queue": "4.4.0",
"semver": "5.4.1",
"shell-env": "0.3.0",
"uuid": "3.1.0",
"winreg": "1.2.4"
2016-10-17 00:29:12 -08:00
}
2016-07-01 13:31:23 -08:00
}