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:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-20 04:59:39 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-20 04:59:39 +0400
commit20c7801cf3ba4db2a4b9728e6043488a7d147b5d (patch)
tree6fc3527e298887e42da02b019fcfcc241843e5af /libs/bower_components/ngDialog/.bower.json
parenta3063de9f47ac76df1804354cf08791846bddefb (diff)
refs #6469 some initial work for using bower
Diffstat (limited to 'libs/bower_components/ngDialog/.bower.json')
-rw-r--r--libs/bower_components/ngDialog/.bower.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/libs/bower_components/ngDialog/.bower.json b/libs/bower_components/ngDialog/.bower.json
new file mode 100644
index 0000000000..c85a020750
--- /dev/null
+++ b/libs/bower_components/ngDialog/.bower.json
@@ -0,0 +1,47 @@
+{
+ "name": "ngDialog",
+ "version": "0.2.14",
+ "homepage": "https://github.com/likeastore/ngDialog",
+ "description": "Modal dialogs and popups provider for Angular.js applications",
+ "main": [
+ "js/ngDialog.js",
+ "css/ngDialog.css",
+ "css/ngDialog-theme-default.css"
+ ],
+ "keywords": [
+ "angular.js",
+ "modals",
+ "popups",
+ "dialog",
+ "ng",
+ "provider",
+ "factory",
+ "directive"
+ ],
+ "authors": [
+ "Dmitri Voronianski"
+ ],
+ "license": "MIT",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests",
+ "example",
+ "css/myth",
+ "Gruntfile.js"
+ ],
+ "dependencies": {
+ "angular": "~1"
+ },
+ "_release": "0.2.14",
+ "_resolution": {
+ "type": "version",
+ "tag": "0.2.14",
+ "commit": "c81c4e3b51837ea03b848bf63a8590cd0cb45aef"
+ },
+ "_source": "git://github.com/likeastore/ngDialog.git",
+ "_target": "~0.2",
+ "_originalSource": "ngDialog"
+} \ No newline at end of file