From 1f67d35305156403db738290b215bfb470e7d937 Mon Sep 17 00:00:00 2001 From: Christian Howe Date: Mon, 7 May 2012 03:56:46 +0000 Subject: [PATCH] [dist] Fix maintainers field --- package.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 569ad34..380d7bc 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,18 @@ "description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.", "version": "0.6.0", "author": "Nodejitsu Inc. ", - "contributors": [ - { "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" } + "maintainers": [ + "indexzero " ], "repository": { "type": "git", "url": "http://github.com/flatiron/nconf.git" }, - "keywords": ["configuration", "key value store", "plugabble"], + "keywords": [ + "configuration", + "key value store", + "plugabble" + ], "dependencies": { "async": "0.1.x", "ini": "1.x.x", @@ -21,6 +25,11 @@ "vows": "0.6.x" }, "main": "./lib/nconf", - "scripts": { "test": "vows test/*-test.js test/**/*-test.js --spec" }, - "engines": { "node": ">= 0.4.0" } + "scripts": { + "test": "vows test/*-test.js test/**/*-test.js --spec" + }, + "engines": { + "node": ">= 0.4.0" + } } +