diff --git a/package.json b/package.json new file mode 100644 index 0000000..ef4d354 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "jQuery-MD5", + "original-version": "0.0.1", + "version": "0.0.1", + "description": "Create (hex-encoded) MD5 hash of a given value", + "repository": { + "type": "git", + "url": "https://github.com/inconsiderate/jQuery-MD5.git" + }, + "author": "Christopher Casebeer (https://github.com/placemarker)" +}