Skip to content

Commit

Permalink
More useful npm description and updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricemach committed Aug 16, 2011
1 parent e678a4f commit e63ee6c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"name": "zappa",
"description": "Not your mom's node framework",
"description": "CoffeeScript minimalist interface to express, socket.io and others",
"version": "0.2.0beta2",
"author": "Maurice Machado <maurice@bitbending.com>",
"repository": {"type": "git", "url": "git://github.com/mauricemach/zappa.git"},
"dependencies": {
"underscore": "1.1.7",
"express": "2.4.3",
"socket.io": "0.7.7",
"jsdom": "0.2.1",
"express": "2.4.4",
"socket.io": "0.7.9",
"jsdom": "0.2.3",
"jquery": "1.6.2",
"coffeekup": "0.3.0beta",
"node-uuid": "1.2.0"
},
"devDependencies": {
"expresso": "0.8.1",
"request": "2.1.0",
"socket.io-client": "0.7.9",
"eco": "1.1.0-rc-1",
"jade": "0.13.0",
"stylus": "0.13.9"
"jade": "0.14.1",
"stylus": "0.15.0"
},
"keywords": ["framework", "websockets", "coffeescript", "express", "socket.io", "sammy", "sinatra", "dsl"],
"main": "./lib/zappa",
Expand Down

0 comments on commit e63ee6c

Please sign in to comment.