templz
Version:
Mustache-inspired template engine working with strings and elements
33 lines (32 loc) • 678 B
JSON
{
"name": "templz",
"version": "0.2.0",
"description": "Mustache-inspired template engine working with strings and elements",
"main": "templz.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/MaxArt2501/templz.git"
},
"devDependencies": {
"jsdom": "^3.0.0"
},
"keywords": [
"mustache",
"template",
"templating",
"DOM-manipulation",
"data-binding"
],
"author": "Massimo Artizzu",
"license": "MIT",
"bugs": {
"url": "https://github.com/MaxArt2501/templz/issues"
},
"homepage": "https://github.com/MaxArt2501/templz"
}