Skip to content

Commit

Permalink
Merge pull request #1 from flatiron/add-union
Browse files Browse the repository at this point in the history
[fix] Add union to package.json
  • Loading branch information
chjj committed Jun 7, 2012
2 parents a1a4583 + adddc42 commit 8b8d447
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions package.json
Expand Up @@ -4,16 +4,27 @@
"version": "0.0.2",
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
"contributors": [
{ "name": "Christopher Jeffrey", "email": "chjj@nodejitsu.com" },
{ "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" }
{
"name": "Christopher Jeffrey",
"email": "chjj@nodejitsu.com"
},
{
"name": "Charlie Robbins",
"email": "charlie@nodejitsu.com"
}
],
"repository": {
"type": "git",
"url": "http://github.com/flatiron/winstond.git"
},
"keywords": ["logging", "sysadmin", "tools"],
"keywords": [
"logging",
"sysadmin",
"tools"
],
"dependencies": {
"flatiron": "0.2.0",
"union": "0.3.2",
"nssocket": "0.3.8",
"winston": ">= 0.6.1",
"optimist": ">= 0.3.4"
Expand All @@ -22,6 +33,10 @@
"vows": "0.5.x >=0.5.11"
},
"main": "./lib/winstond",
"scripts": { "test": "vows --spec --isolate" },
"engines": { "node": ">= 0.6.12" }
"scripts": {
"test": "vows --spec --isolate"
},
"engines": {
"node": ">= 0.6.12"
}
}

0 comments on commit 8b8d447

Please sign in to comment.