1
0
mirror of https://github.com/S2-/ejs-render-remote synced 2025-08-02 12:40:04 +02:00

add some stuff to package.json

This commit is contained in:
s2
2019-04-14 18:18:27 +02:00
parent 1284a11acb
commit 12db14bdb8

View File

@@ -3,9 +3,11 @@
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"homepage": "https://github.com/S2-/ejs-render-remote",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "", "author": "s2 <s2@31337.it>",
"license": "ISC" "license": "ISC",
"keywords": ["ejs", "templating", "client-side"]
} }