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/ngDialog/.bower.json')
-rw-r--r--libs/bower_components/ngDialog/.bower.json22
1 files changed, 14 insertions, 8 deletions
diff --git a/libs/bower_components/ngDialog/.bower.json b/libs/bower_components/ngDialog/.bower.json
index c690de1684..6dec19b8f7 100644
--- a/libs/bower_components/ngDialog/.bower.json
+++ b/libs/bower_components/ngDialog/.bower.json
@@ -1,6 +1,5 @@
{
- "name": "ngDialog",
- "version": "0.2.14",
+ "name": "ng-dialog",
"homepage": "https://github.com/likeastore/ngDialog",
"description": "Modal dialogs and popups provider for Angular.js applications",
"main": [
@@ -33,15 +32,22 @@
"Gruntfile.js"
],
"dependencies": {
- "angular": "~1"
+ "angular": ">=1.5"
},
- "_release": "0.2.14",
+ "devDependencies": {
+ "angular-mocks": ">=1.5"
+ },
+ "resolutions": {
+ "angular": "1.6.1"
+ },
+ "version": "1.3.0",
+ "_release": "1.3.0",
"_resolution": {
"type": "version",
- "tag": "0.2.14",
- "commit": "c81c4e3b51837ea03b848bf63a8590cd0cb45aef"
+ "tag": "v1.3.0",
+ "commit": "6077308105abd0ed8636f7d67af614c711df626a"
},
- "_source": "git://github.com/likeastore/ngDialog.git",
- "_target": "~0.2.0",
+ "_source": "https://github.com/likeastore/ngDialog.git",
+ "_target": "~1.3.0",
"_originalSource": "ngDialog"
} \ No newline at end of file