Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
750 B

{
"name": "spark-md5",
"version": "3.0.2",
"description": "Lightning fast normal and incremental md5 for javascript",
"main": "spark-md5.js",
"files": [
"spark-md5.js",
"spark-md5.min.js"
],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git@github.com:satazor/js-spark-md5.git"
},
"keywords": [
"md5",
"fast",
"spark",
"incremental"
],
"author": "André Cruz <andremiguelcruz@msn.com>",
"license": "(WTFPL OR MIT)",
"bugs": {
"url": "https://github.com/satazor/js-spark-md5/issues"
},
"scripts": {
"min": "uglifyjs spark-md5.js > spark-md5.min.js",
"test": "open test/index.html"
},
"devDependencies": {
"uglify-js": "^3.0.0"
}
}