nconf-lite/package.json

19 lines
530 B
JSON

{
"name": "nconf",
"description": "A hybrid local / remote configuration storage library for node.js.",
"version": "0.1.9",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"repository": {
"type": "git",
"url": "http://github.com/indexzero/nconf.git"
},
"keywords": ["configuration", "key value store", "redis"],
"dependencies": {
"async": "0.1.x",
"redis": "0.6.x"
},
"main": "./lib/nconf",
"scripts": { "test": "vows test/*-test.js --spec" },
"engines": { "node": ">= 0.4.0" }
}