hyper/app/package.json
Martin Ek 2ffc1aee3d Move notification fetching to the main process (#804)
* Move notification fetching to the main process

* Add npm run app
2016-10-07 20:28:40 -07:00

28 lines
646 B
JSON

{
"name": "hyper",
"productName": "Hyper",
"version": "0.8.1",
"license": "MIT",
"author": {
"name": "Zeit, Inc.",
"email": "team@zeit.co"
},
"repository": "zeit/hyper",
"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",
"node-fetch": "1.6.3",
"shell-env": "0.2.0",
"uuid": "2.0.2"
}
}