{
	"name": "tualo-imap",
	"version": "0.0.12",
	"author": {
		"name": "Thomas Hoffmann",
		"email": "thomas.hoffmann@tualo.de"
	},
	"description": "An IMAP module for node.js that makes communicating with IMAP servers easy",
	"main": "./lib/imap",
	"engines": {
		"node": ">=0.8.0"
	},
	"keywords": [
		"imap",
		"mail",
		"email",
		"reader",
		"client"
	],
	"licenses": [
	{
		"type": "MIT",
		"url": "LICENSE"
	}
	],
	"repository": {
		"type": "git",
		"url": "git://github.com/tualo/tualo-imap.git"
	},
	"readmeFilename": "README.md"
}
