From 9ed3ec849e257ab16e0595aa7971930fc8ef569d Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Tue, 30 Apr 2019 09:43:04 +0200 Subject: [PATCH] npm init --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..569808f --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "mailgo", + "version": "0.1.0", + "description": "a different mailto", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/manzinello/mailgo.git" + }, + "keywords": [ + "mailto" + ], + "author": "Matteo Manzinello", + "license": "ISC", + "bugs": { + "url": "https://github.com/manzinello/mailgo/issues" + }, + "homepage": "https://github.com/manzinello/mailgo#readme" +}