UNPKG

692 BJSONView Raw
1{
2 "name": "nconf",
3 "description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
4 "version": "0.4.4",
5 "author": "Charlie Robbins <charlie.robbins@gmail.com>",
6 "repository": {
7 "type": "git",
8 "url": "http://github.com/indexzero/nconf.git"
9 },
10 "keywords": ["configuration", "key value store", "plugabble"],
11 "dependencies": {
12 "async": "0.1.x",
13 "ini": "1.x.x",
14 "optimist": "0.2.x",
15 "pkginfo": "0.2.x"
16 },
17 "devDependencies": {
18 "vows": "0.5.x >=0.5.11"
19 },
20 "main": "./lib/nconf",
21 "scripts": { "test": "vows test/*-test.js --spec" },
22 "engines": { "node": ">= 0.4.0" }
23}