Skip to content

Commit

Permalink
proper formatting in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrecny committed Mar 27, 2012
1 parent cf235e9 commit e8148c1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
, "version": "0.0.1"
, "private": false
, "dependencies": {
"underscore" : ">0",
"log" : ">0",
"bison" : ">0",
"websocket" : ">0",
"websocket-server" : ">0",
"sanitizer" : ">0",
"memcache" : ">0"
"underscore": ">0"
, "log": ">0"
, "bison": ">0"
, "websocket": ">0"
, "websocket-server": ">0"
, "sanitizer": ">0"
, "memcache": ">0"
}
, "main": "./index.js"
}

0 comments on commit e8148c1

Please sign in to comment.