nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / ng-dialog / .bower.json
1 {
2   "name": "ng-dialog",
3   "homepage": "https://github.com/likeastore/ngDialog",
4   "description": "Modal dialogs and popups provider for Angular.js applications",
5   "main": [
6     "js/ngDialog.js",
7     "css/ngDialog.css",
8     "css/ngDialog-theme-default.css"
9   ],
10   "keywords": [
11     "angular.js",
12     "modals",
13     "popups",
14     "dialog",
15     "ng",
16     "provider",
17     "factory",
18     "directive"
19   ],
20   "authors": [
21     "Dmitri Voronianski"
22   ],
23   "license": "MIT",
24   "ignore": [
25     "**/.*",
26     "node_modules",
27     "bower_components",
28     "test",
29     "tests",
30     "example",
31     "css/myth",
32     "Gruntfile.js"
33   ],
34   "dependencies": {
35     "angular": ">=1.5"
36   },
37   "devDependencies": {
38     "angular-mocks": ">=1.5"
39   },
40   "resolutions": {
41     "angular": "1.6.1"
42   },
43   "version": "0.6.6",
44   "_release": "0.6.6",
45   "_resolution": {
46     "type": "version",
47     "tag": "v0.6.6",
48     "commit": "21f188f8be664b34a3f37207c42befa33ed68737"
49   },
50   "_source": "https://github.com/likeastore/ngDialog.git",
51   "_target": "~0.6.1",
52   "_originalSource": "ng-dialog"
53 }