nconf-lite/package.json

22 lines
578 B
JSON
Raw Normal View History

2011-04-02 09:13:34 +00:00
{
"name": "nconf",
"description": "A hybrid local / remote configuration storage library for node.js.",
2011-05-17 02:44:53 +00:00
"version": "0.1.9",
2011-04-02 09:13:34 +00:00
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"repository": {
"type": "git",
"url": "http://github.com/indexzero/nconf.git"
},
"keywords": ["configuration", "key value store", "redis"],
"dependencies": {
2011-05-16 18:08:30 +00:00
"async": "0.1.x",
"redis": "0.5.x"
},
"devDependencies": {
2011-05-16 18:08:30 +00:00
"vows": "0.5.x"
2011-04-02 09:13:34 +00:00
},
"main": "./lib/nconf",
"scripts": { "test": "vows test/*-test.js --spec" },
2011-05-16 18:08:30 +00:00
"engines": { "node": ">= 0.4.x" }
2011-04-02 09:13:34 +00:00
}