Skip to content

Commit

Permalink
Merge pull request #7 from jeremyckahn/bower
Browse files Browse the repository at this point in the history
Adds bower.json and cleans up formatting of package.json.
  • Loading branch information
daniellmb committed Aug 16, 2013
2 parents 895ac22 + 9272bb0 commit 3e6028a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
18 changes: 18 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "minpubsub",
"description": "198 byte publish/subscribe messaging micro-framework",
"version": "0.0.1",
"keywords": [
"publish",
"subscribe",
"pubsub",
"observer"
],
"author": "Daniel Lamb <daniellmb.com>",
"dependencies": {},
"main": "minpubsub.src.js",
"repository": {
"type": "git",
"url": "git://github.com/daniellmb/minpubsub.git"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"publish",
"subscribe",
"pubsub",
"observer"
"observer"
],
"author": "Daniel Lamb <daniellmb.com>",
"dependencies": {},
"main": "index",
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/daniellmb/minpubsub.git"
}
}
"repository": {
"type": "git",
"url": "git://github.com/daniellmb/minpubsub.git"
}
}

0 comments on commit 3e6028a

Please sign in to comment.