Skip to content

Commit

Permalink
[dist] Version bump. 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed May 16, 2011
1 parent 9da37df commit badbb59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "nconf",
"description": "A hybrid local / remote configuration storage library for node.js.",
"version": "0.1.7",
"version": "0.1.8",
"author": "Charlie Robbins <[email protected]>",
"repository": {
"type": "git",
"url": "http://github.com/indexzero/nconf.git"
},
"keywords": ["configuration", "key value store", "redis"],
"dependencies": {
"async": ">= 0.1.x",
"redis": ">= 0.5.x"
"async": "0.1.x",
"redis": "0.5.x"
},
"devDependencies": {
"vows": ">= 0.5.8"
"vows": "0.5.x"
},
"main": "./lib/nconf",
"scripts": { "test": "vows test/*-test.js --spec" },
"engines": { "node": ">= 0.4.5" }
"engines": { "node": ">= 0.4.x" }
}

0 comments on commit badbb59

Please sign in to comment.