-
Notifications
You must be signed in to change notification settings - Fork 11
/
bower.json
51 lines (51 loc) · 1.13 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
{
"name": "angular-inform",
"description": "A small growl-like easy-to-use message toaster for angular.",
"keywords": [ "angular", "growl", "message", "message-list", "notification", "notification-list", "toaster", "toastr", "popup", "alert", "alert-list" ],
"version": "0.0.18",
"authors": [
"Null McNull <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"gulp-tasks",
"src",
"dest",
"/build-config.js",
"/gulpfile.js",
"/package.json",
"/README.md",
"/karma.conf.js"
],
"dependencies": {
"angular": "~1.2.16"
},
"main": [
"dist/angular-inform.css",
"dist/angular-inform.js"
],
"devDependencies": {
"angular-mocks": "~1.2.26",
"angular-route": "~1.2.26",
"angular-animate": "~1.2.26",
"bootstrap-css": "~3.1.1",
"jquery": "1.*",
"modernizr": "~2.8.3",
"respondJS": "~1.4.2",
"showdown": "~0.3.1"
},
"overrides": {
"respond": {
"main": "dest/respond.min.js"
},
"showdown": {
"main": "compressed/showdown.js"
},
"angular-mocks": {
"ignore": true
}
}
}