Skip to content

Commit

Permalink
[dist] Update author field for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
coderarity committed May 7, 2012
1 parent 61d6b57 commit deec4e4
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions package.json
Expand Up @@ -2,18 +2,20 @@
"name": "loggly",
"description": "A client implementation for Loggly cloud Logging-as-a-Service API",
"version": "0.3.11",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" },
{ "name": "hij1nx", "email": "hij1nx@me.com" },
{ "name": "Kord Campbell", "email": "kordless@loggly.com" },
{ "name": "Erik Hedenstrom", "email": "erik@hedenstroem.com" }
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
"maintainers": [
"indexzero <charlie@nodejitsu.com>"
],
"repository": {
"type": "git",
"url": "http://github.com/nodejitsu/node-loggly.git"
"url": "http://github.com/nodejitsu/node-loggly.git"
},
"keywords": ["cloud computing", "api", "logging", "loggly"],
"keywords": [
"cloud computing",
"api",
"logging",
"loggly"
],
"dependencies": {
"request": "2.9.x",
"timespan": "2.x.x"
Expand All @@ -22,6 +24,11 @@
"vows": "0.6.x"
},
"main": "./lib/loggly",
"scripts": { "test": "vows test/*-test.js --spec" },
"engines": { "node": ">= 0.4.0" }
}
"scripts": {
"test": "vows test/*-test.js --spec"
},
"engines": {
"node": ">= 0.4.0"
}
}

0 comments on commit deec4e4

Please sign in to comment.