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.
27 lines
586 B
JSON
27 lines
586 B
JSON
{
|
|
"name": "js-sha1",
|
|
"version": "0.1.1",
|
|
"description": "A simple SHA1 hash function for JavaScript supports UTF-8 encoding.",
|
|
"main": "src/sha1.js",
|
|
"scripts": {
|
|
"test": "node tests/node-test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/emn178/js-sha1.git"
|
|
},
|
|
"keywords": [
|
|
"sha",
|
|
"sha1",
|
|
"encryption",
|
|
"cryptography",
|
|
"HMAC"
|
|
],
|
|
"license": "MIT",
|
|
"author": "emn178 <emn178@gmail.com>",
|
|
"homepage": "https://github.com/emn178/js-sha1",
|
|
"bugs": {
|
|
"url": "https://github.com/emn178/js-sha1/issues"
|
|
}
|
|
}
|