25 lines
484 B
JSON
25 lines
484 B
JSON
{
|
|
"name": "SparkMD5",
|
|
"version": "3.0.0",
|
|
"homepage": "https://github.com/satazor/js-spark-md5",
|
|
"authors": [
|
|
"André Cruz <andremiguelcruz@msn.com>"
|
|
],
|
|
"description": "Lightning fast normal and incremental md5 for javascript",
|
|
"main": "spark-md5.js",
|
|
"keywords": [
|
|
"md5",
|
|
"spark",
|
|
"incremental",
|
|
"fast"
|
|
],
|
|
"license": "http://www.wtfpl.net/",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|