hyper/app/package.json

45 lines
889 B
JSON
Raw Normal View History

2016-06-30 22:01:04 -08:00
{
"name": "hyperterm",
"productName": "HyperTerm",
2016-09-14 23:23:57 -08:00
"version": "1.0.0",
2016-07-13 12:44:24 -08:00
"license": "MIT",
"author": {
2016-08-19 23:47:30 -08:00
"name": "Zeit, Inc.",
"email": "team@zeit.co"
},
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",
"file-uri-to-path": "0.0.2",
"gaze": "1.1.0",
"mkdirp": "0.5.1",
"ms": "0.7.1",
"shell-env": "0.2.0",
2016-07-25 10:09:10 -08:00
"uuid": "2.0.2"
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
}