-
Notifications
You must be signed in to change notification settings - Fork 169
/
Copy pathbower.json
39 lines (39 loc) · 839 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
37
38
39
{
"name": "angular-ui-notification",
"version": "0.3.6",
"homepage": "https://github.com/alexcrack/angular-ui-notification",
"repository": {
"type": "git",
"url": "git://github.com/jermorin/angular-ui-notification"
},
"authors": [
"Alexey Avramchik"
],
"description": "Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating",
"main": [
"dist/angular-ui-notification.css",
"dist/angular-ui-notification.js"
],
"keywords": [
"angular",
"notification",
"notify",
"bootstrap"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo",
"build"
],
"dependencies": {
"angular": "^1.5.x"
},
"devDependencies": {
"bootstrap": "^3.3.x"
}
}