[dist] Fix maintainers field

master
Christian Howe 2012-05-07 03:56:46 +00:00
parent 6353d028f7
commit 1f67d35305
1 changed files with 14 additions and 5 deletions

View File

@ -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. <info@nodejitsu.com>",
"contributors": [
{ "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" }
"maintainers": [
"indexzero <charlie@nodejitsu.com>"
],
"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"
}
}