2011-04-02 09:13:34 +00:00
|
|
|
{
|
|
|
|
"name": "nconf",
|
2011-09-19 01:35:55 +00:00
|
|
|
"description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
|
2011-11-22 01:17:01 +00:00
|
|
|
"version": "0.4.6",
|
2011-04-02 09:13:34 +00:00
|
|
|
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2011-11-22 00:39:49 +00:00
|
|
|
"url": "http://github.com/flatiron/nconf.git"
|
2011-04-02 09:13:34 +00:00
|
|
|
},
|
2011-07-08 19:37:15 +00:00
|
|
|
"keywords": ["configuration", "key value store", "plugabble"],
|
2011-04-02 09:13:34 +00:00
|
|
|
"dependencies": {
|
2011-05-16 18:08:30 +00:00
|
|
|
"async": "0.1.x",
|
2011-08-28 12:50:26 +00:00
|
|
|
"ini": "1.x.x",
|
2011-08-23 10:38:51 +00:00
|
|
|
"optimist": "0.2.x",
|
2011-07-08 19:37:15 +00:00
|
|
|
"pkginfo": "0.2.x"
|
2011-04-02 09:13:34 +00:00
|
|
|
},
|
2011-08-23 00:17:28 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"vows": "0.5.x >=0.5.11"
|
|
|
|
},
|
2011-04-02 09:13:34 +00:00
|
|
|
"main": "./lib/nconf",
|
2011-11-20 21:21:09 +00:00
|
|
|
"scripts": { "test": "vows test/*-test.js test/**/*-test.js --spec" },
|
2011-05-25 05:45:57 +00:00
|
|
|
"engines": { "node": ">= 0.4.0" }
|
2011-04-02 09:13:34 +00:00
|
|
|
}
|