From 64d75e3dd0de8fb06e2d350e3c2029ca2c55b473 Mon Sep 17 00:00:00 2001 From: Christian Howe Date: Mon, 7 May 2012 16:55:18 +0000 Subject: [PATCH] [dist] Update author field for consistency --- package.json | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 77fa189..6a38c61 100644 --- a/package.json +++ b/package.json @@ -2,15 +2,22 @@ "name": "cloudfiles", "description": "A client implementation for Rackspace CloudFiles in node.js", "version": "0.3.3", - "author": "Charlie Robbins ", - "contributors": [ - { "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" } + "author": "Nodejitsu Inc. ", + "maintainers": [ + "indexzero ", + "bmeck ", + "indutny " ], "repository": { "type": "git", - "url": "http://github.com/nodejitsu/node-cloudfiles.git" + "url": "http://github.com/nodejitsu/node-cloudfiles.git" }, - "keywords": ["cloud computing", "api", "rackspace cloud", "cloudfiles"], + "keywords": [ + "cloud computing", + "api", + "rackspace cloud", + "cloudfiles" + ], "dependencies": { "async": "0.1.x", "mime": "1.2.x", @@ -21,6 +28,11 @@ "vows": "0.6.x" }, "main": "./lib/cloudfiles", - "scripts": { "test": "vows test/*-test.js --spec" }, - "engines": { "node": ">= 0.4.0" } + "scripts": { + "test": "vows test/*-test.js --spec" + }, + "engines": { + "node": ">= 0.4.0" + } } +