Skip to content

Commit

Permalink
[dist] Fix maintainers field
Browse files Browse the repository at this point in the history
  • Loading branch information
coderarity committed May 7, 2012
1 parent 6353d02 commit 1f67d35
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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. <[email protected]>",
"contributors": [
{ "name": "Charlie Robbins", "email": "[email protected]" }
"maintainers": [
"indexzero <[email protected]>"
],
"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",
Expand All @@ -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"
}
}

0 comments on commit 1f67d35

Please sign in to comment.