45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
|
{
|
||
|
"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"
|
||
|
}
|