[dist] Fix maintainers field
This commit is contained in:
parent
6353d028f7
commit
1f67d35305
1 changed files with 14 additions and 5 deletions
19
package.json
19
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. <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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue