Skip to content

Commit 64d75e3

Browse files
committed
[dist] Update author field for consistency
1 parent aa48a77 commit 64d75e3

1 file changed

Lines changed: 19 additions & 7 deletions

File tree

package.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22
"name": "cloudfiles",
33
"description": "A client implementation for Rackspace CloudFiles in node.js",
44
"version": "0.3.3",
5-
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
6-
"contributors": [
7-
{ "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" }
5+
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
6+
"maintainers": [
7+
"indexzero <charlie@nodejitsu.com>",
8+
"bmeck <bradley@nodejitsu.com>",
9+
"indutny <fedor.indutny@gmail.com>"
810
],
911
"repository": {
1012
"type": "git",
11-
"url": "http://github.com/nodejitsu/node-cloudfiles.git"
13+
"url": "http://github.com/nodejitsu/node-cloudfiles.git"
1214
},
13-
"keywords": ["cloud computing", "api", "rackspace cloud", "cloudfiles"],
15+
"keywords": [
16+
"cloud computing",
17+
"api",
18+
"rackspace cloud",
19+
"cloudfiles"
20+
],
1421
"dependencies": {
1522
"async": "0.1.x",
1623
"mime": "1.2.x",
@@ -21,6 +28,11 @@
2128
"vows": "0.6.x"
2229
},
2330
"main": "./lib/cloudfiles",
24-
"scripts": { "test": "vows test/*-test.js --spec" },
25-
"engines": { "node": ">= 0.4.0" }
31+
"scripts": {
32+
"test": "vows test/*-test.js --spec"
33+
},
34+
"engines": {
35+
"node": ">= 0.4.0"
36+
}
2637
}
38+

0 commit comments

Comments
 (0)