{ "name": "js-md2", "version": "0.1.0", "description": "A simple MD2 hash function for JavaScript supports UTF-8 encoding.", "main": "src/md2.js", "scripts": { "test": "node tests/node-test.js" }, "repository": { "type": "git", "url": "https://github.com/emn178/js-md2.git" }, "keywords": [ "md2", "hash", "encryption", "cryptography", "HMAC" ], "license": "MIT", "author": "emn178 ", "homepage": "https://github.com/emn178/js-md2", "bugs": { "url": "https://github.com/emn178/js-md2/issues" } }