Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jud committed Mar 21, 2013
0 parents commit bf37fcb
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@
.DS_Store
*.log
node_modules
*.node
components
build
Empty file added README.md
Empty file.
Empty file added lib/Channel.coffee
Empty file.
Empty file added lib/Client.coffee
Empty file.
Empty file added lib/Server.coffee
Empty file.
22 changes: 22 additions & 0 deletions package.json
@@ -0,0 +1,22 @@
{
"name":"pocket",
"description":"Pubsub via WebSockets",
"version":"0.0.1",
"homepage":"https://github.com/Jud/pocket",
"repository":"https://github.com/Jud/pocket.git",
"author":"Jud Stephenson (http://jud.me/)",
"dependencies":{
"coffee-script":"*",
"ws":"*"
},
"devDependencies":{
"mocha":"*",
"should":"*"
},
"scripts":{
"test":"mocha --compilers coffee:coffee-script --ignore-leaks --reporter spec"
},
"engines":{
"node":">= 0.10.0"
}
}

0 comments on commit bf37fcb

Please sign in to comment.