Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-12-14 19:48:30 +0300
committerVincent Petry <pvince81@owncloud.com>2015-12-14 19:48:30 +0300
commit595fd9de6ed6114b57a40b28393dbd1cd706667c (patch)
tree109f26b5ca8d1a077f5fab755a3bd68516f9c39d /bower.json
parentab9849e72f9a4ea78dcdd7ce4a87a5353aebd478 (diff)
Add davidchambers/base64 JS library
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index eb8d1ce0b7f..ae9575249c9 100644
--- a/bower.json
+++ b/bower.json
@@ -29,6 +29,7 @@
"bootstrap": "~3.3.6",
"backbone": "~1.2.3",
"davclient.js": "https://github.com/evert/davclient.js.git",
- "es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0"
+ "es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0",
+ "base64": "~0.3.0"
}
}