forked from ttsvetko/HTML5-Desktop-Notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (23 loc) · 623 Bytes
/
bower.json
File metadata and controls
25 lines (23 loc) · 623 Bytes
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
{
"name": "html5-desktop-notifications",
"version": "3.0.0",
"homepage": "https://github.com/ttsvetko/HTML5-Desktop-Notifications",
"authors": [
"Tsvetan Tsvetkov <tsekach@gmail.com>"
],
"description": "A small library that unifies the HTML5 Notifications APIs across different browsers including IE9 & IE10.",
"main": "",
"devDependencies": {
"calvinmetcalf/lie": ""
},
"keywords": [
"html5",
"notifications"
],
"license": "Apache License, Version 2.0",
"ignore": [
"**/.*",
"node_modules"
],
"private": false
}