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

.bower.json « ngDialog « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6dec19b8f71074fcc51138fc7343750d8152faf0 (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": "1.3.0",
  "_release": "1.3.0",
  "_resolution": {
    "type": "version",
    "tag": "v1.3.0",
    "commit": "6077308105abd0ed8636f7d67af614c711df626a"
  },
  "_source": "https://github.com/likeastore/ngDialog.git",
  "_target": "~1.3.0",
  "_originalSource": "ngDialog"
}