-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 963 Bytes
/
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
{
"name": "SSHeller",
"version": "1.1.0",
"description": "UI to execute scripts on remote servers over SSH",
"author": {
"name": "Delfer",
"email": "[email protected]",
"url": "https://github.com/delfer"
},
"repository": {
"type": "git",
"url": "https://github.com/delfer/ssheller.git"
},
"license": "MIT",
"main": "backend.js",
"dependencies": {
"aes-js": "3.1.0",
"plugin": "0.3.3",
"ssh2": "0.5.5",
"numeral": "2.0.6",
"zlib": "1.0.5",
"log": "1.4.0",
"circular-json": "0.5.1",
"rotating-file-stream": "1.3.6"
},
"devDependencies": {
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"electron-build": "0.0.3",
"electron": "1.8.3"
}
}