text-import-engine
Version:
a barebones text templating engine for javascript (with tie-fighters)
25 lines (24 loc) • 497 B
JSON
{
"name": "text-import-engine",
"version": "1.0.9",
"description": "a barebones text templating engine for javascript (with tie-fighters)",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"html",
"text",
"template",
"templater",
"templating",
"engine",
"tie",
"import",
"importing"
],
"author": "Jordan Tauscher",
"license": "GNU GPLv3",
"dependencies": {}
}