{
	"name": "fusker",
	"description": "Application firewall. Detect, prevent, and fight back against hackers in the lulziest ways possible",
	"version": "0.2.1",
	"homepage": "http://github.com/wearefractal/fusker",
	"repository": "http://github.com/wearefractal/fusker.git",
	"keywords": ["fusker", "hack", "protect", "csrf", "lfi", "xss", "sqli", "injection", "attack", "blacklist", "express", "socket", "security", "firewall"],
	"author":"Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
	"main": "./lib/main.js",
	
	"dependencies": {
		"socket.io": ">= 0.7.4",
		"coffee-script": "*",
		"mime":"*",
		"digest":">= 0.0.5",
		"node-log":"*",
		"async":"*",
		"xemplar":"*"
	},
	"engines": {
		"node": "*"
	},
	"licenses": [{
		"type": "MIT",
		"url": "http://github.com/wearefractal/fusker/raw/master/LICENSE"
	}]
}

