template-tal
Version:
XML Lightweight Template Attribute Language implementation for Javascript
38 lines (37 loc) • 695 B
JSON
{
"name": "template-tal",
"description": "XML Lightweight Template Attribute Language implementation for Javascript",
"version": "0.2.9",
"keywords": [
"tal",
"zpt",
"template",
"xml"
],
"maintainers": [
{
"name": "Jean-Michel Hiver",
"email": "jhiver@gmail.com"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/jhiver/template-tal.git"
}
],
"licenses": [
{
"name": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"devDependencies": {
"mocha": "^5.2.0",
"nodeunit": "^0.11.1"
},
"scripts": {
"test": "mocha tests"
},
"main": "lib/template-tal.js"
}