-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
56 lines (56 loc) · 1.36 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
{
"name": "nassh",
"version": "0.67.0",
"description": "Terminal emulator and SSH and SFTP client",
"main": "js/nassh.js",
"repository": {
"type": "git",
"url": "https://chromium.googlesource.com/apps/libapps.git"
},
"author": "ChromiumOS Authors",
"license": "BSD-3-Clause",
"files": [
"_locales",
"css",
"docs",
"html",
"js",
"README.md",
"third_party"
],
"bugs": {
"url": "https://hterm.org/x/ssh/newbug",
"email": "[email protected]"
},
"homepage": "https://chromium.googlesource.com/apps/libapps/+/HEAD/nassh",
"scripts": {
"prepare": "./bin/mkdeps",
"start": "http-server --cors -a localhost -c-1 ..",
"test": "./bin/load_tests"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "~15",
"@rollup/plugin-terser": "~0",
"chai": "~4",
"eslint": "~8",
"http-server": "~14",
"license-checker": "~25",
"mocha": "~10",
"mocha-headless-chrome": "~4",
"rollup": "~2",
"terser": "~5"
},
"dependencies": {
"@material/mwc-icon-button": "^0.25.3",
"asn1js": "~2",
"lit": "^2.2.1",
"pkijs": "~2.1",
"punycode": "~2",
"xterm": "~5.1.0",
"xterm-addon-canvas": "^0.3.0",
"xterm-addon-search": "^0.12.0",
"xterm-addon-unicode11": "^0.5.0",
"xterm-addon-web-links": "^0.8.0",
"xterm-addon-webgl": "^0.14.0"
}
}