Files
Pichome/static/js-spark-md5-master/bower.json
2024-01-31 01:00:33 +08:00

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"
]
}