hyper/app/package.json

31 lines
684 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",
"version": "0.8.1",
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",
"description": "HTML/JS/CSS Terminal",
2016-06-30 22:01:04 -08:00
"dependencies": {
"child_pty": "3.0.1",
2016-09-20 08:49:30 -08:00
"color": "0.11.3",
"convert-css-color-name-to-hex": "0.1.1",
"default-shell": "1.0.1",
"electron-config": "0.2.1",
"electron-is-dev": "0.1.1",
"file-uri-to-path": "0.0.2",
"gaze": "1.1.0",
"git-describe": "3.0.2",
"mkdirp": "0.5.1",
"ms": "0.7.1",
"node-fetch": "1.6.3",
"semver": "5.3.0",
"shell-env": "0.2.0",
2016-07-25 10:09:10 -08:00
"uuid": "2.0.2"
},
"xo": false
2016-07-01 13:31:23 -08:00
}