forked from marcorinck/angular-growl
-
Notifications
You must be signed in to change notification settings - Fork 97
/
bower.json
36 lines (36 loc) · 756 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
{
"author": [
"Marco Rinck",
"Jan Stevens",
"Silvan van Leeuwen"
],
"name": "angular-growl-v2",
"description": "growl like notifications for angularJS projects, using bootstrap alert classes.",
"version": "0.7.9",
"homepage": "http://janstevens.github.io/angular-growl-2",
"repository": {
"type": "git",
"url": "https://github.com/Swilvan/angular-growl-2"
},
"license": "MIT",
"main": ["./build/angular-growl.js", "./build/angular-growl.css"],
"ignore": [
".jshintrc",
".gitignore",
"README.md",
"CHANGELOG.md",
"package.json",
"gruntfile.js",
"karma.conf.js",
"doc",
"src",
"test",
"demo"
],
"dependencies": {
"angular": ">=1.2.1"
},
"devDependencies": {
"angular-mocks": ">=1.2.1"
}
}