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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bower_components/angular-cookies')
-rw-r--r--libs/bower_components/angular-cookies/.bower.json10
-rw-r--r--libs/bower_components/angular-cookies/LICENSE.md21
-rw-r--r--libs/bower_components/angular-cookies/angular-cookies.js2
-rw-r--r--libs/bower_components/angular-cookies/angular-cookies.min.js2
-rw-r--r--libs/bower_components/angular-cookies/bower.json4
-rw-r--r--libs/bower_components/angular-cookies/package.json11
6 files changed, 39 insertions, 11 deletions
diff --git a/libs/bower_components/angular-cookies/.bower.json b/libs/bower_components/angular-cookies/.bower.json
index 30db27a3a8..faf02e5249 100644
--- a/libs/bower_components/angular-cookies/.bower.json
+++ b/libs/bower_components/angular-cookies/.bower.json
@@ -1,18 +1,18 @@
{
"name": "angular-cookies",
- "version": "1.4.10",
+ "version": "1.4.14",
"license": "MIT",
"main": "./angular-cookies.js",
"ignore": [],
"dependencies": {
- "angular": "1.4.10"
+ "angular": "1.4.14"
},
"homepage": "https://github.com/angular/bower-angular-cookies",
- "_release": "1.4.10",
+ "_release": "1.4.14",
"_resolution": {
"type": "version",
- "tag": "v1.4.10",
- "commit": "840353b6f95fb0ebeb93655593c93e8a41dd1324"
+ "tag": "v1.4.14",
+ "commit": "2de9bf5ebbf9b2ff4c3842204c2381b6311d4a80"
},
"_source": "https://github.com/angular/bower-angular-cookies.git",
"_target": "~1.4.0",
diff --git a/libs/bower_components/angular-cookies/LICENSE.md b/libs/bower_components/angular-cookies/LICENSE.md
new file mode 100644
index 0000000000..2c395eef1b
--- /dev/null
+++ b/libs/bower_components/angular-cookies/LICENSE.md
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2016 Angular
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/libs/bower_components/angular-cookies/angular-cookies.js b/libs/bower_components/angular-cookies/angular-cookies.js
index beb8b62055..2203a46db4 100644
--- a/libs/bower_components/angular-cookies/angular-cookies.js
+++ b/libs/bower_components/angular-cookies/angular-cookies.js
@@ -1,5 +1,5 @@
/**
- * @license AngularJS v1.4.10
+ * @license AngularJS v1.4.14
* (c) 2010-2015 Google, Inc. http://angularjs.org
* License: MIT
*/
diff --git a/libs/bower_components/angular-cookies/angular-cookies.min.js b/libs/bower_components/angular-cookies/angular-cookies.min.js
index b96469701b..fec22b5f24 100644
--- a/libs/bower_components/angular-cookies/angular-cookies.min.js
+++ b/libs/bower_components/angular-cookies/angular-cookies.min.js
@@ -1,5 +1,5 @@
/*
- AngularJS v1.4.10
+ AngularJS v1.4.14
(c) 2010-2015 Google, Inc. http://angularjs.org
License: MIT
*/
diff --git a/libs/bower_components/angular-cookies/bower.json b/libs/bower_components/angular-cookies/bower.json
index a09cdb7a04..a6185910a1 100644
--- a/libs/bower_components/angular-cookies/bower.json
+++ b/libs/bower_components/angular-cookies/bower.json
@@ -1,10 +1,10 @@
{
"name": "angular-cookies",
- "version": "1.4.10",
+ "version": "1.4.14",
"license": "MIT",
"main": "./angular-cookies.js",
"ignore": [],
"dependencies": {
- "angular": "1.4.10"
+ "angular": "1.4.14"
}
}
diff --git a/libs/bower_components/angular-cookies/package.json b/libs/bower_components/angular-cookies/package.json
index a9fba7fa96..6c59102946 100644
--- a/libs/bower_components/angular-cookies/package.json
+++ b/libs/bower_components/angular-cookies/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-cookies",
- "version": "1.4.10",
+ "version": "1.4.14",
"description": "AngularJS module for cookies",
"main": "index.js",
"scripts": {
@@ -22,5 +22,12 @@
"bugs": {
"url": "https://github.com/angular/angular.js/issues"
},
- "homepage": "http://angularjs.org"
+ "homepage": "http://angularjs.org",
+ "jspm": {
+ "shim": {
+ "angular-cookies": {
+ "deps": ["angular"]
+ }
+ }
+ }
}