jquery-hash
Version:
jQuery plugin to return a hash for a string using SHA 1/256/384/512 and the web crypto api
33 lines (32 loc) • 748 B
JSON
{
"name": "jquery-hash",
"version": "1.0.0",
"description": "jQuery plugin to return a hash for a string using SHA 1/256/384/512 and the web crypto api",
"main": "./dist/jq-hash.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angeal185/jquery-hash.git"
},
"keywords": [
"jquery",
"jquery-plugin",
"sha1",
"sha256",
"sha512",
"sha384",
"hex",
"base64",
"hash",
"webcrypto",
"webcrypto-api"
],
"author": "ben eaves",
"license": "MIT",
"bugs": {
"url": "https://github.com/angeal185/jquery-hash/issues"
},
"homepage": "https://github.com/angeal185/jquery-hash#readme"
}