Comparing version 0.1.14 to 0.2.0
{ | ||
"name": "nconf", | ||
"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>", | ||
@@ -10,7 +10,6 @@ "repository": { | ||
}, | ||
"keywords": ["configuration", "key value store", "redis"], | ||
"keywords": ["configuration", "key value store", "plugabble"], | ||
"dependencies": { | ||
"async": "0.1.x", | ||
"pkginfo": "0.2.x", | ||
"redis": "0.6.x" | ||
"pkginfo": "0.2.x" | ||
}, | ||
@@ -17,0 +16,0 @@ "main": "./lib/nconf", |
@@ -45,3 +45,3 @@ /* | ||
"should respond with an error": function (ign, err) { | ||
console.dir(err); | ||
assert.isTrue(!!err); | ||
} | ||
@@ -48,0 +48,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
2
0
177921
25
1055
- Removedredis@0.6.x
- Removedredis@0.6.7(transitive)