notification-polyfill
Version:
Polyfills the Notification API in browsers
24 lines (23 loc) • 512 B
JSON
{
"name": "notify",
"main": "notification.js",
"version": "0.0.1",
"homepage": "http://adodson.com/notification.js",
"authors": [
"Andrew Dodson <sonofdod@gmail.com>"
],
"description": "A shim for desktop Notifications API. Employing a varying techniques to draw a user back to a tab",
"keywords": [
"Notification"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {},
"devDependencies": {}
}