diff --git a/package.json b/package.json index 266434b..66462fa 100644 --- a/package.json +++ b/package.json @@ -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 ", - "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. ", + "maintainers": [ + "indexzero " ], "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" @@ -22,6 +24,11 @@ "vows": "0.6.x" }, "main": "./lib/loggly", - "scripts": { "test": "vows test/*-test.js --spec" }, - "engines": { "node": ">= 0.4.0" } -} \ No newline at end of file + "scripts": { + "test": "vows test/*-test.js --spec" + }, + "engines": { + "node": ">= 0.4.0" + } +} +