hyper/app/package.json
Brandon Bayer 32a665d7c0 feat: in development, use git-describe for appVersion (#729)
Normally appVersion is set from package.json
closes #718
2016-09-20 19:51:15 -03:00

46 lines
941 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"
},
"eslintConfig": {
"extends": "standard",
"rules": {
"yoda": 0,
"semi": [
2,
"always"
],
"no-unused-vars": 2,
"no-extra-semi": 2,
"semi-spacing": [
2,
{
"before": false,
"after": true
}
]
}
}
}