-
Notifications
You must be signed in to change notification settings - Fork 52
/
bower.json
36 lines (36 loc) · 822 Bytes
/
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
{
"name": "ng-notifications-bar",
"version": "0.0.15",
"homepage": "https://github.com/alexbeletsky/ng-notifications-bar",
"authors": [
"alexanderbeletsky <[email protected]>"
],
"description": "Angular.js component for stylish and flexible application notifications.",
"main": ["dist/ngNotificationsBar.min.js", "dist/ngNotificationsBar.min.css"],
"moduleType": [
"globals"
],
"keywords": [
"angular",
"angularjs",
"notifications",
"bar",
"component"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": ">= 1.2.25",
"hmps-animate-scss": "~1.0.1",
"angular-sanitize": ">= 1.3.12"
},
"devDependencies": {
"angular-mocks": ">= 1.2.25"
}
}