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

package.json « ngDialog « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd2140bb0e6474b2eb99e51c5404133ad7f6281a (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
{
  "name": "ng-dialog",
  "version": "0.2.14",
  "homepage": "https://github.com/likeastore/ngDialog",
  "description": "Modal dialogs and popups provider for Angular.js applications",
  "main": "./js/ngDialog.js",
  "keywords": [
    "angular.js",
    "modals",
    "popups",
    "dialog",
    "ng",
    "provider",
    "factory",
    "directive"
  ],
  "author": {
    "name": "Dmitri Voronianski",
    "email": "dmitri.voronianski@gmail.com",
    "web": "http://pixelhunter.me",
    "twitter": "voronianski"
  },
  "bugs": "https://github.com/likeastore/ngDialog/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/likeastore/ngDialog"
  },
  "readmeFilename": "README.md",
  "license": "MIT",
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-cssmin": "^0.9.0",
    "grunt-contrib-jshint": "~0.7.2",
    "grunt-contrib-uglify": "~0.2.7",
    "grunt-myth": "~0.1.0",
    "myth": "~0.1.6",
    "network-address": "0.0.4",
    "strata": "~0.20.1"
  }
}