UNPKG

md5-jkmyers

Version:

Joseph K. Myers' high performance (in fact, the fastest) MD5 implementation for npm, Bower, Component, etc.

47 lines (46 loc) 1.13 kB
{ "name": "md5-jkmyers", "version": "0.0.1", "description": "Joseph K. Myers' high performance (in fact, the fastest) MD5 implementation for npm, Bower, Component, etc.", "main": "md5.min.js", "scripts": { "test": "mocha -R spec" }, "author": "Andreas Pizsa (http://facebook.com/AndreasPizsa/)", "contributors": [ "Joseph Myers (http://www.myersdaily.org/joseph/)" ], "homepage": "https://github.com/AndreasPizsa/md5-jkmyers.js", "license": "MIT", "devDependencies": { "should": "~2.1.1", "mocha": "~1.16.2", "load-grunt-tasks": "~0.2.1", "grunt": "~0.4.2", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-uglify": "~0.2.7", "grunt-contrib-concat": "~0.3.0", "lodash": "~2.4.1", "grunt-contrib-clean": "~0.5.0", "grunt-curl": "~1.2.1", "grunt-update-json": "~0.1.3" }, "repository": { "type": "git", "url": "https://github.com/AndreasPizsa/md5-jkmyers.git" }, "keywords": [ "fast", "amd", "commonjs", "browser", "node", "md5", "myers", "node", "bower", "component", "hash", "crypto" ] }