forked from vercel/hyper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 917 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "hyper",
"productName": "Hyper",
"description": "A terminal built on web technologies",
"version": "3.0.0-canary.7",
"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.19",
"mkdirp": "0.5.1",
"ms": "2.1.1",
"node-pty": "0.8.0",
"os-locale": "3.1.0",
"parse-url": "8.1.0",
"queue": "4.4.2",
"react": "16.2.0",
"react-dom": "16.2.1",
"semver": "5.5.0",
"shell-env": "0.3.0",
"uuid": "3.2.1",
"winreg": "1.2.4"
}
}