hyper/app/package.json
2016-09-22 07:41:07 +02:00

27 lines
631 B
JSON

{
"name": "hyperterm",
"productName": "HyperTerm",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "Zeit, Inc.",
"email": "team@zeit.co"
},
"repository": "zeit/hyperterm",
"description": "HTML/JS/CSS Terminal",
"dependencies": {
"child_pty": "3.0.1",
"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",
"shell-env": "0.2.0",
"uuid": "2.0.2"
}
}