Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "treeize", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Converts tabular row data (as from SQL joins, flat JSON, etc) to deep tree graphs based on simple column naming conventions.", | ||
"main": "treeize.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"main": "./lib/treeize.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/kwhitley/treeize" | ||
"url": "https://github.com/kwhitley/treeize.git" | ||
}, | ||
@@ -24,3 +21,6 @@ "keywords": [ | ||
"author": "K. R. Whitley <contact@krwhitley.com> (http://krwhitley.com/)", | ||
"license": "MIT", | ||
"licenses": [{ | ||
"type": "MIT", | ||
"url" : "http://en.wikipedia.org/wiki/MIT_License" | ||
}], | ||
"bugs": { | ||
@@ -30,5 +30,5 @@ "url": "https://github.com/kwhitley/treeize/issues" | ||
"dependencies": { | ||
"lodash": "~1.3.*", | ||
"inflection": "~1.2.*" | ||
"lodash": "~1.3.1", | ||
"inflection": "~1.2.6" | ||
} | ||
} |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
6316
5
2
1
83
Updatedinflection@~1.2.6
Updatedlodash@~1.3.1