Initial commit of package.json.

fork
Brian White 14 years ago
parent 2a6d162025
commit 093f95006c

@ -0,0 +1,9 @@
{ "name": "imap",
"version": "0.1.0",
"author": "Brian White <mscdex@mscdex.net>",
"description": "An IMAP module for node.js that makes communicating with IMAP servers easy",
"main": "./imap",
"engines": { "node" : ">=0.2.4" },
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/node-imap/raw/master/LICENSE" } ],
"repository" : { "type": "git", "url": "http://github.com/mscdex/node-imap.git" }
}
Loading…
Cancel
Save