Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Oct 2, 2011
1 parent 9dfe0f8 commit 29ca9c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "SyPres",
"description": "Synchronized presentations with WebSockets",
"author": "Aditya <aditya@netroy.in>",
"version": "0.0.1",
"dependencies": {
"express": ">= 2.4.6",
"ejs": ">= 0.4.3",
"socket.io": ">= 0.8.4"
},
"bugs": "https://github.com/netroy/Sypres/issues",
"engine": ">=0.4.7"
}

0 comments on commit 29ca9c0

Please sign in to comment.