From 12db14bdb810b76d1ba6b2baee3a38c17dbbfc27 Mon Sep 17 00:00:00 2001 From: s2 Date: Sun, 14 Apr 2019 18:18:27 +0200 Subject: [PATCH] add some stuff to package.json --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 03b399c..0d4217d 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,11 @@ "version": "1.0.0", "description": "", "main": "index.js", + "homepage": "https://github.com/S2-/ejs-render-remote", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "", - "license": "ISC" + "author": "s2 ", + "license": "ISC", + "keywords": ["ejs", "templating", "client-side"] }