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/es6-promise | |
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/es6-promise')
-rw-r--r-- | core/vendor/es6-promise/.bower.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/core/vendor/es6-promise/.bower.json b/core/vendor/es6-promise/.bower.json new file mode 100644 index 00000000000..04a9e9cf935 --- /dev/null +++ b/core/vendor/es6-promise/.bower.json @@ -0,0 +1,39 @@ +{ + "name": "es6-promise", + "namespace": "Promise", + "version": "2.3.0", + "description": "A polyfill for ES6-style Promises, tracking rsvp", + "authors": [ + "Stefan Penner <stefan.penner@gmail.com>" + ], + "main": "dist/es6-promise.js", + "keywords": [ + "promise" + ], + "repository": { + "type": "git", + "url": "git://github.com/jakearchibald/ES6-Promises.git" + }, + "bugs": { + "url": "https://github.com/jakearchibald/ES6-Promises/issues" + }, + "license": "MIT", + "ignore": [ + "node_modules", + "bower_components", + "test", + "tests", + "vendor", + "tasks" + ], + "homepage": "https://github.com/jakearchibald/es6-promise", + "_release": "2.3.0", + "_resolution": { + "type": "version", + "tag": "2.3.0", + "commit": "fcbab11a1a981eb2290bfff89017cb764335a2a5" + }, + "_source": "https://github.com/jakearchibald/es6-promise.git", + "_target": "~2.3.0", + "_originalSource": "https://github.com/jakearchibald/es6-promise.git" +}
\ No newline at end of file |