{
	"name": "filedump",
	"version": "0.0.6",
	"description": "Store files",
	"licenses": [{
		"type": "Public Domain",
		"url": "http://unlicense.org/UNLICENSE"
	}],
	"author": "Sebastian Vollnhals <sebastian@vollnhals.info> (http://vollnhals.info/)",
	"maintainers": [{
		"name": "Sebastian Vollnhals",
		"email": "sebastian@vollnhals.info",
		"web": "http://vollnhals.info/"
	}],
	"repository": {
		"type": "git",
		"url": "https://github.com/yetzt/node-filedump.git"
	},
	"main": "./filedump.js",
	"keywords": ["file","files","storage","filestorage","store","filestore","upload","filesystem"],
	"dependencies": {},
	"engines": {
		"node": "0.10.26"
	}
}