diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-12-01 10:30:15 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-12-01 10:30:15 +0100 |
commit | fefeb506b2d56f0c5a7723bb1be5c07be1c71b4f (patch) | |
tree | 4d4c59153289576fc86a8d6110b791523bd032ab /core/vendor/zxcvbn | |
parent | ffd1fc42e765ad43a9644317ad2f2648902c4ee5 (diff) | |
download | nextcloud-server-fefeb506b2d56f0c5a7723bb1be5c07be1c71b4f.tar.gz nextcloud-server-fefeb506b2d56f0c5a7723bb1be5c07be1c71b4f.zip |
include lock files of bower to be able to use "bower install"
Diffstat (limited to 'core/vendor/zxcvbn')
-rw-r--r-- | core/vendor/zxcvbn/.bower.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/vendor/zxcvbn/.bower.json b/core/vendor/zxcvbn/.bower.json new file mode 100644 index 00000000000..8c86cd8c0e4 --- /dev/null +++ b/core/vendor/zxcvbn/.bower.json @@ -0,0 +1,14 @@ +{ + "name": "zxcvbn", + "main": "zxcvbn.js", + "homepage": "https://github.com/lowe/zxcvbn", + "_release": "f2a8cda13d", + "_resolution": { + "type": "branch", + "branch": "master", + "commit": "f2a8cda13d247f4956d3334ee7cbae80a2c61a97" + }, + "_source": "git://github.com/lowe/zxcvbn.git", + "_target": "*", + "_originalSource": "zxcvbn" +}
\ No newline at end of file |