{
	"name": "wauker",
	"version": "0.21.0",
	"description": "Walks the inheritance tree.",
	"main": "wauker.deploy.js",
	"support": "wauker.support.js",
	"authors": [
		"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
		"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
		"Vinse Vinalon <vinsevinalon@gmail.com>"
	],
	"license": "MIT",
	"keywords": [
		"walk",
		"inheritance",
		"tree",
		"wauker"
	],
	"homepage": "https://github.com/volkovasystems/wauker",
	"ignore": [
		"**/.*",
		"node_modules",
		"bower_components",
		"test",
		"tests"
	],
	"dependencies": {
		"een": "^0.23.0",
		"falzy": "^0.23.0",
		"fname": "^0.13.0"
	}
}