UNPKG

703 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.7.2",
5 "author": "Charlie Robbins <charlie.robbins@gmail.com>",
6 "repository": {
7 "type": "git",
8 "url": "http://github.com/flatiron/nconf.git"
9 },
10 "keywords": [
11 "configuration",
12 "key value store",
13 "plugabble"
14 ],
15 "dependencies": {
16 "async": "~0.9.0",
17 "ini": "1.x.x",
18 "yargs": "~3.15.0"
19 },
20 "devDependencies": {
21 "vows": "0.8.x"
22 },
23 "main": "./lib/nconf",
24 "scripts": {
25 "test": "vows test/*-test.js test/**/*-test.js --spec"
26 },
27 "engines": {
28 "node": ">= 0.4.0"
29 }
30}