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: 8d7dd14e7ad0b6f8727ce239e6f36fe3d1da515a (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
{
  "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"
  }
}