nextcloud/core/vendor/blueimp-md5/.bower.json

49 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "blueimp-md5",
"version": "1.1.1",
"title": "JavaScript MD5",
"description": "JavaScript MD5 implementation.",
"keywords": [
"javascript",
"md5"
],
"homepage": "https://github.com/blueimp/JavaScript-MD5",
"author": {
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
},
"maintainers": [
{
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
}
],
"contributors": [
{
"name": "Paul Johnston",
"url": "http://pajhome.org.uk/crypt/md5"
}
],
"repository": {
"type": "git",
"url": "git://github.com/blueimp/JavaScript-MD5.git"
},
"bugs": "https://github.com/blueimp/JavaScript-MD5/issues",
"license": "MIT",
"main": "js/md5.js",
"ignore": [
"/*.*",
"css",
"js/demo.js",
"test"
],
"_release": "1.1.1",
"_resolution": {
"type": "version",
"tag": "1.1.1",
"commit": "f6d59c44053c65cab63b6e8329c731af632249e8"
},
"_source": "https://github.com/blueimp/JavaScript-MD5.git",
"_target": "~1.1.0",
"_originalSource": "blueimp-md5"
}