-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
78 lines (78 loc) · 1.81 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "hyper-manager",
"version": "1.0.7",
"main": "./index.js",
"scripts": {
"start": "npm run build -- --watch --release",
"prepublish": "npm run build -- --release",
"build": "babel-node ./build/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oOthkOo/hyper-manager.git"
},
"description": "The ultimate and most complete extension to manage all your connections in one place for Hyper.js",
"keywords": [
"hyper",
"hyperjs",
"electron",
"javascript",
"plugin",
"extension",
"terminal",
"js",
"command-line",
"launcher",
"commands",
"hyperterm",
"startup",
"init",
"initializer",
"terminal-app",
"run",
"hyper-plugin",
"hyperapp",
"hyper-extension",
"hyper-manager",
"ssh",
"cli",
"telnet",
"ftp",
"putty",
"pty",
"command",
"connections",
"groups"
],
"author": "Tierry Danquin",
"license": "MIT",
"bugs": {
"url": "https://github.com/oOthkOo/hyper-manager/issues"
},
"website": "https://oothkoo.com",
"homepage": "https://github.com/oOthkOo/hyper-manager#readme",
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.8",
"@babel/node": "^7.13.0",
"@babel/plugin-proposal-function-bind": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@babel/preset-react": "^7.12.13",
"@material-ui/core": "^4.11.3",
"@material-ui/data-grid": "^4.0.0-alpha.21",
"@material-ui/lab": "^4.0.0-alpha.57",
"babel-loader": "^8.2.2",
"json-loader": "^0.5.7",
"lodash": "^4.17.21",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"webpack": "^5.24.2"
}
}