-
Notifications
You must be signed in to change notification settings - Fork 227
/
bower.json
54 lines (54 loc) · 1.11 KB
/
bower.json
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
54
{
"name": "angular-dialog-service",
"description": "A service to handle common dialog types in a web application. Built on top of Angular-Bootstrap's modal",
"version": "5.3.1",
"keywords": [
"angular",
"dialog",
"modal",
"service"
],
"authors": [
{
"name": "Michael Conroy",
"email": "[email protected]",
"homepage": "http://michaeleconroy.blogspot.com/"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/m-e-conroy/angular-dialog-service"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"backup",
"src",
".gitignore",
"bower.json",
"gulpfile.js",
"package.json",
"README.md"
],
"dependencies": {
"angular": "^1.5.0",
"angular-sanitize": "^1.5.0",
"angular-bootstrap": "^1.1.2"
},
"main": [
"dist/dialogs.css",
"dist/dialogs.js",
"dist/dialogs-default-translations.js"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"devDependencies": {
"angular-mocks": "~1.5.0"
}
}