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

32 lines
771 B
JSON

{
"name": "js-md2",
"version": "0.2.1",
"description": "A simple MD2 hash function for JavaScript supports UTF-8 encoding.",
"main": "src/md2.js",
"devDependencies": {
"expect.js": "~0.3.1",
"jscoverage": "~0.5.9"
},
"scripts": {
"test": "mocha tests/node-test.js -r jscoverage",
"coveralls": "mocha tests/node-test.js -R mocha-lcov-reporter -r jscoverage | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/emn178/js-md2.git"
},
"keywords": [
"md2",
"hash",
"encryption",
"cryptography",
"HMAC"
],
"license": "MIT",
"author": "emn178 <emn178@gmail.com>",
"homepage": "https://github.com/emn178/js-md2",
"bugs": {
"url": "https://github.com/emn178/js-md2/issues"
}
}