templates/package.json

17 lines
334 B
JSON
Raw Permalink Normal View History

2020-03-07 19:50:28 +03:00
{
2020-03-07 20:04:50 +03:00
"name": "@ijl/templates",
2024-03-14 09:55:02 +03:00
"version": "1.7.1",
2020-03-07 19:50:28 +03:00
"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"
}
}