Skip to content

Commit

Permalink
initial repo setup
Browse files Browse the repository at this point in the history
  • Loading branch information
griffithtp committed May 10, 2020
0 parents commit da6ea3d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
localpubsub
===

23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "localpubsub",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/griffithtp/localpubsub.git"
},
"keywords": [
"pubsub",
"localstorage"
],
"author": "griffithtp",
"license": "MIT",
"bugs": {
"url": "https://github.com/griffithtp/localpubsub/issues"
},
"homepage": "https://github.com/griffithtp/localpubsub#readme"
}

0 comments on commit da6ea3d

Please sign in to comment.