This commit is contained in:
2020-03-07 19:50:28 +03:00
commit feaa706ab9
6 changed files with 278 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "@ijl/ltemplates",
"version": "0.0.0",
"description": "Templates library for @ijl projects",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"glob": "^7.1.6",
"hbs": "^4.1.0"
}
}