[dist] Version bump. 0.2.0

This commit is contained in:
indexzero 2011-07-08 15:37:15 -04:00
parent 8620e6ba91
commit b6adab2825

View file

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