From 67b11c89bc85963472431e46b8d23a7e8eae9621 Mon Sep 17 00:00:00 2001 From: Richard Remer Date: Tue, 15 Sep 2015 18:49:33 -0700 Subject: [PATCH] add package file --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..bc92f65 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "smtp2http", + "version": "0.0.1", + "description": "SMTP to HTTP gateway", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/Zingle/smtp2http.git" + }, + "author": "Richard Remer (reanjr@gmail.com)", + "license": "proprietary", + "bugs": { + "url": "https://github.com/Zingle/smtp2http/issues" + } +}