forked from m-e-conroy/angular-dialog-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
56 lines (56 loc) · 1.17 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
55
56
{
"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.0",
"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": {
"bootstrap": "~3.3.6",
"angular": "^1.4.7",
"angular-sanitize": "^1.5.0",
"angular-bootstrap": "^1.1.2",
"angular-translate": "^2.9.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"
}
}