summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/ng-dialog/.bower.json
blob: 6d40abaa343c202aacccfe6c5f228df2d4ef88b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "name": "ng-dialog",
  "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.5"
  },
  "devDependencies": {
    "angular-mocks": ">=1.5"
  },
  "resolutions": {
    "angular": "1.6.1"
  },
  "version": "0.6.6",
  "_release": "0.6.6",
  "_resolution": {
    "type": "version",
    "tag": "v0.6.6",
    "commit": "21f188f8be664b34a3f37207c42befa33ed68737"
  },
  "_source": "https://github.com/likeastore/ngDialog.git",
  "_target": "~0.6.1",
  "_originalSource": "ng-dialog"
}