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 aa48a77 commit 64d75e3
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions package.json
Expand Up @@ -2,15 +2,22 @@
"name": "cloudfiles",
"description": "A client implementation for Rackspace CloudFiles in node.js",
"version": "0.3.3",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" }
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
"maintainers": [
"indexzero <charlie@nodejitsu.com>",
"bmeck <bradley@nodejitsu.com>",
"indutny <fedor.indutny@gmail.com>"
],
"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",
Expand All @@ -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"
}
}

0 comments on commit 64d75e3

Please sign in to comment.