forked from m-e-conroy/angular-dialog-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
52 lines (52 loc) · 1.23 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
{
"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.2.7",
"keywords": ["angular","dialog","modal","service"],
"authors": [
{
"name": "Michael Conroy",
"email": "[email protected]",
"homepage": "http://michaeleconroy.blogspot.com/"
}
],
"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": {
"bootstrap": "^3.x",
"angular": "^1.2",
"angular-sanitize": "^1.2",
"angular-bootstrap": "^0.11",
"angular-translate": "^2.1"
},
"resolutions": {
"bootstrap": "3.3.1",
"angular": "1.3.4",
"angular-sanitize": "1.3.4",
"angular-boostrap": "0.12.0",
"angular-translate": "2.4.2"
},
"main": [
"dist/dialogs.min.css",
"dist/dialogs.min.js",
"dist/dialogs-default-translations.min.js"
],
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}]
}