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"] }