Skip to content

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak authored and cramforce committed Oct 8, 2010
1 parent d56de65 commit 89ad1a3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package.json
@@ -0,0 +1,29 @@
{
"name": "streamie",
"description": "An extremely hackable full realtime twitter client",
"tags": [
"twitter",
"node",
"stream",
"client"
],
"version": "0.1.0",
"author": "Malte Ubl <malte.ubl@gmail.com>",
"repository": {
"type": "git",
"url": "http://github.com/cramforce/streamie.git"
},
"bugs": "http://github.com/cramforce/streamie/issues",
"engines": [
"node >= 0.3.0"
],
"main": "lib/server.js",
"dependencies": {
"socket.io": ">=",
"oauth": ">=",
"node-static": ">=",
"nStore": ">=",
"http-proxy": ">=",
"less": ">="
}
}

0 comments on commit 89ad1a3

Please sign in to comment.