add license

This commit is contained in:
Chen Yi-Cyuan
2014-01-05 12:51:08 +08:00
parent 5c752b5c34
commit e21d04f9cb
7 changed files with 78 additions and 29 deletions
+5 -2
View File
@@ -1,6 +1,6 @@
{
"name": "js-md5",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple MD5 hash function for JavaScript supports UTF-8 encoding.",
"main": "src/md5.js",
"scripts": {
@@ -13,8 +13,11 @@
"keywords": [
"md5",
"hash",
"encryption"
"encryption",
"cryptography",
"HMAC"
],
"license": "MIT",
"author": "emn178 <emn178@gmail.com>",
"homepage": "https://github.com/emn178/js-md5",
"bugs": {