Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/scrypt-js/package.json

{
  "name": "scrypt-js",
  "version": "3.0.1",
  "description": "The scrypt password-based key derivation function with sync and cancellable async.",
  "main": "scrypt.js",
  "scripts": {
    "test": "mocha test/test-scrypt.js"
  },
  "types": "scrypt.d.ts",
  "devDependencies": {
    "mocha": "6.2.2"
  },
  "keywords": [
    "scrypt",
    "pbkdf",
    "password",
    "async",
    "asynchronous",
    "stepwise"
  ],
  "author": "Richard Moore <me@ricmoo.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/ricmoo/scrypt-js.git"
  },
  "license": "MIT"
}
Back to Directory File Manager