commit 981e2bd66a57df7cf20502c81da5f8eb7a24482d Author: Matt Huntington Date: Sat Jun 24 15:12:31 2017 -0400 init diff --git a/package.json b/package.json new file mode 100644 index 0000000..7edb4f1 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "emailer", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/mahuntington/emailer.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/mahuntington/emailer/issues" + }, + "homepage": "https://github.com/mahuntington/emailer#readme" +}