{ "name": "bcryptjs", "description": "Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.", "version": "2.3.0", "author": { "name": "Daniel Wirtz", "email": "dcode@dcode.io" }, "contributors": [ { "name": "Shane Girish", "email": "shaneGirish@gmail.com", "url": "https://github.com/shaneGirish" }, { "name": "Alex Murray", "url": "https://github.com/alexmurray" }, { "name": "Nicolas Pelletier", "url": "https://github.com/NicolasPelletier" }, { "name": "Josh Rogers", "url": "https://github.com/geekymole" }, { "name": "Noah Isaacson", "email": "noah@nisaacson.com", "url": "https://github.com/nisaacson" } ], "repository": { "type": "url", "url": "git+https://github.com/dcodeIO/bcrypt.js.git" }, "bugs": { "url": "https://github.com/dcodeIO/bcrypt.js/issues" }, "keywords": [ "bcrypt", "password", "auth", "authentication", "encryption", "crypt", "crypto" ], "main": "index.js", "browser": "dist/bcrypt.js", "dependencies": {}, "devDependencies": { "testjs": "~1", "closurecompiler": "~1", "metascript": "~0.18", "bcrypt": "latest", "utfx": "~1" }, "license": "MIT", "scripts": { "test": "node node_modules/testjs/bin/testjs", "build": "node scripts/build.js", "compile": "node node_modules/closurecompiler/bin/ccjs dist/bcrypt.js --compilation_level=ADVANCED_OPTIMIZATIONS --create_source_map=dist/bcrypt.min.map --externs=externs/minimal-env.js --output_wrapper=\"(function(){%output%})();\" > dist/bcrypt.min.js", "compress": "gzip -c -9 dist/bcrypt.min.js > dist/bcrypt.min.js.gz", "make": "npm run-script build && npm run-script compile && npm test" }, "gitHead": "89c19400dcc9ca77b9f768bd79a6700eb764a1da", "homepage": "https://github.com/dcodeIO/bcrypt.js#readme", "_id": "bcryptjs@2.3.0", "_shasum": "5826900cfef7abaf3425c72e4d464de509b8c2ec", "_from": "bcryptjs@", "_npmVersion": "2.11.3", "_nodeVersion": "0.12.7", "_npmUser": { "name": "dcode", "email": "dcode@dcode.io" }, "maintainers": [ { "name": "dcode", "email": "dcode@dcode.io" } ], "dist": { "shasum": "5826900cfef7abaf3425c72e4d464de509b8c2ec", "tarball": "http://registry.npmjs.org/bcryptjs/-/bcryptjs-2.3.0.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.3.0.tgz" }