diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-07 11:24:24 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-12 12:03:38 +0200 |
commit | 96c2f42ac5aba9e2ba6d893bbd91b3c49a3edb38 (patch) | |
tree | ec62063191b95f0197b2c91473a7c21659a08fd6 /core/vendor/jquery-ui | |
parent | b2d68c00091f8bcba104cabfe0f7e2c78cc7a8d0 (diff) | |
download | nextcloud-server-96c2f42ac5aba9e2ba6d893bbd91b3c49a3edb38.tar.gz nextcloud-server-96c2f42ac5aba9e2ba6d893bbd91b3c49a3edb38.zip |
Add .bower.json to version control
We need .bower.json to have bower functioning correctly
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/vendor/jquery-ui')
-rw-r--r-- | core/vendor/jquery-ui/.bower.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/core/vendor/jquery-ui/.bower.json b/core/vendor/jquery-ui/.bower.json new file mode 100644 index 00000000000..200b000add4 --- /dev/null +++ b/core/vendor/jquery-ui/.bower.json @@ -0,0 +1,18 @@ +{ + "name": "jquery-ui", + "version": "1.10.0", + "main": "./ui/jquery-ui.js", + "dependencies": { + "jquery": ">= 1.8" + }, + "homepage": "https://github.com/components/jqueryui", + "_release": "1.10.0", + "_resolution": { + "type": "version", + "tag": "1.10.0", + "commit": "4c0bac635cc97c8cd5087bb244d497100429fea2" + }, + "_source": "https://github.com/components/jqueryui.git", + "_target": "1.10.0", + "_originalSource": "jquery-ui" +}
\ No newline at end of file |