-
Notifications
You must be signed in to change notification settings - Fork 37
/
bower.json
37 lines (37 loc) · 790 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
{
"name": "angular-web-notification",
"version": "2.0.1",
"description": "AngularJS service for displaying web notifications.",
"authors": [
"Sagie Gur-Ari <sagiegurari@gmail.com>"
],
"license": "Apache-2.0",
"homepage": "http://github.com/sagiegurari/angular-web-notification",
"keywords": [
"AngularJS",
"notifications",
"web notifications"
],
"main": "angular-web-notification.js",
"ignore": [
"node_modules",
"bower_components",
".github",
"project",
"test",
"tests",
"example",
"target",
".travis.yml",
".atom.*.yml",
"Gruntfile.js"
],
"dependencies": {
"simple-web-notification": "latest",
"angular": "~1"
},
"devDependencies": {
"jquery": "latest",
"angular-mocks": "~1"
}
}