smb2
Version:
31 lines (30 loc) • 572 B
JSON
{
"name": "smb2",
"description": "SMB2 Client",
"homepage": "https://github.com/bchelli/node-smb2",
"version": "0.2.11",
"engines": [
"node"
],
"author": {
"name": "Benjamin Chelli",
"email": "benjamin@chelli.net",
"url": "https://github.com/bchelli"
},
"main": "lib/smb2.js",
"repository": {
"type": "git",
"url": "https://github.com/bchelli/node-smb2"
},
"dependencies": {
"ntlm": "^0.1.3"
},
"keywords": [
"SMB",
"SMB2",
"SMB3",
"NTLM",
"CIFS",
"Samba"
]
}