Demo : ssh kaki87.net -p 3100
https://ssh.kaki87.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
905 B
35 lines
905 B
{ |
|
"name": "sshception", |
|
"version": "0.1.0", |
|
"description": "Synced over SSH client", |
|
"main": "index.js", |
|
"homepage": "https://git.kaki87.net/KaKi87/sshception", |
|
"repository": "ssh://kaki@git.kaki87.net:3021/KaKi87/sshception.git", |
|
"author": { |
|
"name": "KaKi87", |
|
"email": "tiana.lemesle@live.fr" |
|
}, |
|
"license": "MIT", |
|
"dependencies": { |
|
"2fa": "^0.1.2", |
|
"argon2": "^0.26.2", |
|
"blessed": "^0.1.81", |
|
"blessed-contrib": "^4.8.20", |
|
"console-stamp": "^0.2.9", |
|
"cryptr": "^6.0.2", |
|
"hibp": "^9.0.0", |
|
"qrcode-terminal": "^0.12.0", |
|
"ssh2": "^0.8.9" |
|
}, |
|
"devDependencies": { |
|
"chai": "^4.2.0", |
|
"chai-as-promised": "^7.1.1", |
|
"deathmoon-totp-generator": "^1.0.1", |
|
"mocha": "^7.1.2" |
|
}, |
|
"scripts": { |
|
"keygen": "ssh-keygen -f host -N '' && mv host host.key", |
|
"start": "node index.js", |
|
"test": "./node_modules/.bin/mocha" |
|
} |
|
}
|
|
|