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.
js-md5/package.json

27 lines
580 B
JSON

12 years ago
{
"name": "js-md5",
12 years ago
"version": "0.1.1",
12 years ago
"description": "A simple MD5 hash function for JavaScript supports UTF-8 encoding.",
"main": "src/md5.js",
"scripts": {
"test": "node tests/node-test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/emn178/js-md5.git"
},
"keywords": [
"md5",
"hash",
12 years ago
"encryption",
"cryptography",
"HMAC"
12 years ago
],
12 years ago
"license": "MIT",
12 years ago
"author": "emn178 <emn178@gmail.com>",
"homepage": "https://github.com/emn178/js-md5",
"bugs": {
"url": "https://github.com/emn178/js-md5/issues"
}
}