hyper/app/package.json

41 lines
805 B
JSON
Raw Normal View History

2016-06-30 22:01:04 -08:00
{
"name": "hyperterm",
"productName": "HyperTerm",
2016-07-25 09:22:41 -08:00
"version": "0.7.0",
2016-07-13 12:44:24 -08:00
"license": "MIT",
"author": "rauchg",
2016-07-13 12:44:24 -08:00
"repository": "zeit/hyperterm",
"description": "HTML/JS/CSS Terminal",
2016-06-30 22:01:04 -08:00
"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",
"uid2": "0.0.3"
2016-06-30 22:01:04 -08:00
},
"eslintConfig": {
"extends": "standard",
"rules": {
"yoda": 0,
2016-07-01 12:01:33 -08:00
"semi": [
2,
"always"
],
2016-06-30 22:01:04 -08:00
"no-unused-vars": 2,
"no-extra-semi": 2,
2016-07-01 12:01:33 -08:00
"semi-spacing": [
2,
{
"before": false,
"after": true
}
]
2016-06-30 22:01:04 -08:00
}
}
2016-07-01 13:31:23 -08:00
}