{ "name": "bcrypt", "description": "A bcrypt library for NodeJS.", "keywords": [ "bcrypt", "password", "auth", "authentication", "encryption", "crypt", "crypto" ], "main": "./bcrypt", "version": "0.7.5", "author": "Nick Campbell (http://github.com/ncb000gt)", "engines": { "node": ">= 0.6.0" }, "repository": { "type": "git", "url": "http://github.com/ncb000gt/node.bcrypt.js.git" }, "licenses": [ { "type": "MIT" } ], "bugs": { "url": "http://github.com/ncb000gt/node.bcrypt.js/issues" }, "scripts": { "test": "node-gyp configure build && nodeunit test" }, "dependencies": { "bindings": "1.0.0" }, "devDependencies": { "nodeunit": ">=0.6.4" }, "contributors": [ "Antonio Salazar Cardozo (https://github.com/Shadowfiend)", "Van Nguyen (https://github.com/thegoleffect)", "David Trejo (https://github.com/dtrejo)", "Ben Glow (https://github.com/pixelglow)", "NewITFarmer.com <> (https://github.com/newitfarmer)", "Alfred Westerveld (https://github.com/alfredwesterveld)", "Vincent Côté-Roy (https://github.com/vincentcr)", "Lloyd Hilaiel (https://github.com/lloyd)", "Roman Shtylman (https://github.com/shtylman)", "Vadim Graboys (https://github.com/vadimg)", "Ben Noorduis <> (https://github.com/bnoordhuis)", "Nate Rajlich (https://github.com/tootallnate)", "Sean McArthur (https://github.com/seanmonstar)", "Fanie Oosthuysen (https://github.com/weareu)" ] }