Skip to content
Permalink
758835d67a
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Robert Brignull replace jest with ava
Latest commit 0347b72 May 4, 2020 History
0 contributors

Users who have contributed to this file

44 lines (44 sloc) 1.13 KB
{
"name": "md5-o-matic",
"version": "0.1.1",
"description": "Fast and simple MD5 hashing utility with zero module dependencies. View MD5 Shootout results, http://jsperf.com/md5-shootout/39",
"main": "lib/md5omatic.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/trentmillar/md5-o-matic.git"
},
"keywords": [
"md5",
"hashing",
"hash",
"encrypt",
"security",
"fast",
"md5-o-matic"
],
"readmeFilename": "README.md",
"author": {
"name": "Trent Millar"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/trentmillar/md5-o-matic/blob/master/LICENSE"
}
],
"devDependencies": {
"mocha": "",
"should": ""
},
"readme": "# md5-o-matic\n\nMD5 Shootout and how it stacks up - http://jsperf.com/md5-shootout/39\nMD5-o-matic provides simple & fast MD5 hashing for Node.js that requires no other module dependencies.\n",
"bugs": {
"url": "https://github.com/trentmillar/md5-o-matic/issues"
},
"homepage": "https://github.com/trentmillar/md5-o-matic"
}