sasl-scram-sha-1
Version:
JavaScript implementation of SCRAM-SHA-1 SASL mechanism.
59 lines (58 loc) • 1.23 kB
JSON
{
"name": "sasl-scram-sha-1",
"description": "JavaScript implementation of SCRAM-SHA-1 SASL mechanism.",
"version": "1.2.1",
"author": {
"name": "Lance Stout",
"email": "lance@andyet.net"
},
"bugs": {
"url": "http://github.com/legastero/js-sasl-scram-sha-1/issues"
},
"dependencies": {
"bitwise-xor": "0.0.0",
"create-hash": "^1.1.0",
"create-hmac": "^1.1.3",
"randombytes": "^2.0.1"
},
"devDependencies": {
"tape": "^2.13.3",
"precommit-hook": "^1.0.2"
},
"react-native": {
"randombytes": "react-native-randombytes"
},
"keywords": [
"sasl",
"auth",
"authn",
"authentication",
"security"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/legastero/js-sasl-scram-sha-1.git"
},
"scripts": {
"test": "node test/index.js"
},
"testling": {
"files": [
"test/index.js"
],
"browsers": [
"ie/10..latest",
"chrome/20..latest",
"chrome/canary",
"firefox/10..latest",
"firefox/nightly",
"opera/next",
"safari/6..latest",
"iphone/6..latest",
"ipad/6..latest",
"android-browser/4.2..latest"
]
}
}