UNPKG

sails-auth

Version:

Passport-based User Authentication system for sails.js applications.

91 lines (90 loc) 2.53 kB
{ "name": "bcryptjs", "description": "Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.", "version": "2.2.1", "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": "dd6eaf724afc72618126782de8dfb061c1a5ae90", "homepage": "https://github.com/dcodeIO/bcrypt.js#readme", "_id": "bcryptjs@2.2.1", "_shasum": "102a2e99c19069340c3d3e6d11abaa0ef7cdb988", "_from": "bcryptjs@2.2.1", "_npmVersion": "2.11.3", "_nodeVersion": "0.12.7", "_npmUser": { "name": "dcode", "email": "dcode@dcode.io" }, "maintainers": [ { "name": "dcode", "email": "dcode@dcode.io" } ], "dist": { "shasum": "102a2e99c19069340c3d3e6d11abaa0ef7cdb988", "tarball": "http://registry.npmjs.org/bcryptjs/-/bcryptjs-2.2.1.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.2.1.tgz" }