forked from tameraydin/ngToast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
49 lines (49 loc) · 988 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
40
41
42
43
44
45
46
47
48
49
{
"name": "ngToast",
"version": "2.0.0",
"description": "Angular provider for toast notifications",
"main": [
"dist/ngToast.js",
"dist/ngToast.css"
],
"keywords": [
"angular",
"toast",
"message",
"notification",
"toastr"
],
"repository": {
"type": "git",
"url": "git://github.com/tameraydin/ngToast.git"
},
"homepage": "http://tameraydin.github.io/ngToast",
"authors": [
"Tamer Aydin (http://tamerayd.in)",
"Levi Thomason (http://www.levithomason.com)"
],
"license": "MIT",
"dependencies": {
"angular": ">=1.2.15 <1.6",
"angular-sanitize": ">=1.2.15 <1.6"
},
"devDependencies": {
"angular-animate": ">=1.2.17 <1.6",
"bootstrap": "~3.3.2",
"Faker": "~2.1.2"
},
"ignore": [
"**/.*",
"node_modules",
"test",
"src",
".editorconfig",
".gitignore",
".gitattributes",
".jshintrc",
".travis.yml",
"Gruntfile.js",
"package.json",
"index.html"
]
}