hyper/app/package.json
Leo Lamprecht 0ee4fb6104 Updated dependencies to the latest version (#2146)
* Bumped dependencies to the latest version

* Bumped root lockfile

* Bumped app dependencies

* Fixed linting

* No command line switch needed anymore for native async/await

* Fixed color error

* Bumped Node.js versions for CI

* Downgraded hterm-umdjs

* Try to fix the AppVeyor build

* Made colors work again
2017-08-31 15:20:39 +02:00

34 lines
817 B
JSON

{
"name": "hyper",
"productName": "Hyper",
"description": "A terminal built on web technologies",
"version": "1.4.2",
"license": "MIT",
"author": {
"name": "Zeit, Inc.",
"email": "team@zeit.co"
},
"repository": "zeit/hyper",
"xo": false,
"dependencies": {
"async-retry": "1.1.3",
"chokidar": "1.7.0",
"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",
"electron-squirrel-startup": "1.0.0",
"file-uri-to-path": "1.0.0",
"git-describe": "4.0.2",
"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"
}
}