-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
862c8ce
commit 33c63af
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "browser-notif", | ||
"main": "browser-notif.js", | ||
"homepage": "https://github.com/ipanardian/browser-notif", | ||
"authors": [ | ||
"ipanardian <[email protected]>" | ||
], | ||
"description": "Lets a web page send notifications that are displayed outside the page at the system level", | ||
"keywords": [ | ||
"Notification", | ||
"browser", | ||
"web", | ||
"alert" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "browser-notif", | ||
"version": "1.0.0", | ||
"description": "Lets a web page send notifications that are displayed outside the page at the system level", | ||
"main": "browser-notif.js", | ||
"directories": { | ||
"example": "example" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ipanardian/browser-notif.git" | ||
}, | ||
"keywords": [ | ||
"notification", | ||
"web", | ||
"browser" | ||
], | ||
"author": "Ipan Ardian <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ipanardian/browser-notif/issues" | ||
}, | ||
"homepage": "https://github.com/ipanardian/browser-notif#readme" | ||
} |