mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
43 lines
863 B
JSON
43 lines
863 B
JSON
{
|
|
"name": "hyperterm",
|
|
"productName": "HyperTerm",
|
|
"version": "0.7.0",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Guillermo Rauch",
|
|
"email": "rauchg@zeit.co"
|
|
},
|
|
"repository": "zeit/hyperterm",
|
|
"description": "HTML/JS/CSS Terminal",
|
|
"dependencies": {
|
|
"child_pty": "3.0.1",
|
|
"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",
|
|
"gaze": "1.1.0",
|
|
"mkdirp": "0.5.1",
|
|
"ms": "0.7.1",
|
|
"shell-env": "0.1.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|