Skip to content

Commit

Permalink
Comma style
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Apr 16, 2011
1 parent 689b2f0 commit 064ee72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
, "directories": { "man": "./man", "lib": "./lib" }
, "main": "./lib"
, "bin": { "nack": "./bin/nack" }
, "dependencies": {
"async": ">= 0.1.8"
, "dependencies":
{ "async": ">= 0.1.8"
, "connect": ">= 1.0.0"
, "netstring": ">= 0.1.1"
}
, "bundleDependencies": [ "netstring" ]
, "devDependencies" : {
"coffee-script" : ">= 1.0.0"
, "nodeunit" : ">= 0.5.0"
, "devDependencies" :
{ "coffee-script" : ">= 1.0.0"
, "nodeunit" : ">= 0.5.0"
}
, "engines" : { "node" : ">=0.4.0" }
}

0 comments on commit 064ee72

Please sign in to comment.