20 lines
358 B
JSON
20 lines
358 B
JSON
{
|
|
"name": "md5",
|
|
"repo": "satazor/js-spark-md5",
|
|
"description": "Lightning fast normal and incremental md5 for javascript",
|
|
"version": "2.0.0",
|
|
"keywords": [
|
|
"md5",
|
|
"fast",
|
|
"spark",
|
|
"incremental"
|
|
],
|
|
"dependencies": {},
|
|
"development": {},
|
|
"license": "WTFPL",
|
|
"main": "spark-md5.js",
|
|
"scripts": [
|
|
"spark-md5.js"
|
|
]
|
|
}
|