2011-11-12 05:16:31 +00:00
|
|
|
{
|
2012-06-01 08:09:45 +00:00
|
|
|
"name": "smbhash",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"nodeunit": "*"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Joshua M. Clulow",
|
|
|
|
"email": "josh@sysmgr.org",
|
|
|
|
"url": "http://blog.sysmgr.org"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/jclulow/node-smbhash"
|
|
|
|
},
|
|
|
|
"engines": [ "node" ],
|
|
|
|
"main": "lib/smbhash.js",
|
|
|
|
"description": "Samba LM/NT Hash Library",
|
|
|
|
"homepage": "https://github.com/jclulow/node-smbhash"
|
2011-11-12 05:16:31 +00:00
|
|
|
}
|