You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
649 B
JSON
30 lines
649 B
JSON
{
|
|
"name": "js-sha256",
|
|
"version": "0.1.1",
|
|
"description": "A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.",
|
|
"main": "src/sha256.js",
|
|
"scripts": {
|
|
"test": "node tests/node-test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/emn178/js-sha256.git"
|
|
},
|
|
"keywords": [
|
|
"sha",
|
|
"sha2",
|
|
"sha224",
|
|
"sha256",
|
|
"hash",
|
|
"encryption",
|
|
"cryptography",
|
|
"HMAC"
|
|
],
|
|
"license": "MIT",
|
|
"author": "emn178 <emn178@gmail.com>",
|
|
"homepage": "https://github.com/emn178/js-sha256",
|
|
"bugs": {
|
|
"url": "https://github.com/emn178/js-sha256/issues"
|
|
}
|
|
}
|