mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
31 lines
683 B
JSON
31 lines
683 B
JSON
{
|
|
"name": "hyperterm",
|
|
"productName": "HyperTerm",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"dependencies": {
|
|
"electron-prebuilt": "1.2.5",
|
|
"uid2": "0.0.3",
|
|
"child_pty": "3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "2.13.1",
|
|
"eslint-config-standard": "5.3.1",
|
|
"eslint-plugin-standard": "1.3.2",
|
|
"eslint-plugin-promise": "1.3.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 }]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"launch": "electron index",
|
|
"lint": "eslint *.js"
|
|
}
|
|
}
|