{
  "name": "secure-remote-password",
  "version": "0.3.1",
  "license": "MIT",
  "repository": "LinusU/secure-remote-password",
  "scripts": {
    "test": "standard && mocha"
  },
  "browser": {
    "./lib/sha256.js": "./browser/sha256.js"
  },
  "dependencies": {
    "array-buffer-to-hex": "^1.0.0",
    "crypto-digest-sync": "^1.0.0",
    "crypto-random-hex": "^1.0.0",
    "encode-utf8": "^1.0.1",
    "hex-to-array-buffer": "^1.1.0",
    "jsbn": "^1.1.0",
    "pad-start": "^1.0.2"
  },
  "devDependencies": {
    "mocha": "^3.5.0",
    "standard": "^10.0.3"
  }
}
