Skip to content

Commit

Permalink
Register to bower and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ipanardian committed May 6, 2016
1 parent 862c8ce commit 33c63af
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
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"
]
}
27 changes: 27 additions & 0 deletions package.json
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"
}

0 comments on commit 33c63af

Please sign in to comment.