Skip to content

Commit

Permalink
call server instant-markdown-d and create package
Browse files Browse the repository at this point in the history
  • Loading branch information
Suan-Aik Yeo committed Feb 10, 2012
1 parent 79e614e commit ce4740d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
File renamed without changes.
14 changes: 14 additions & 0 deletions package.json
@@ -0,0 +1,14 @@
{
"author": "Suan-Aik Yeo <yeosuanaik@gmail.com>",
"name": "instant-markdown-d",
"description": "Instantly-updating Markdown Server",
"version": "0.0.1",
"engine" : "node",
"main": "instant-markdown-d",
"bin" : {
"instant-markdown-d" : "./instant-markdown-d"
},
"dependencies": {
"socket.io": ""
}
}

0 comments on commit ce4740d

Please sign in to comment.