haml
Version:
Haml ported to server-side Javascript. This is a traditional server-side templating language.
13 lines (12 loc) • 434 B
JSON
{
"name": "haml",
"description": "Haml ported to server-side Javascript. This is a traditional server-side templating language.",
"keywords": ["haml", "template"],
"homepage": "https://github.com/creationix/haml-js",
"main" : "./lib/haml",
"bin": {
"haml-js": "./lib/cli.js"
},
"author": "Aaron Blohowiak <aaron.blohowiak@gmail.com>, Tim Caswell <tim@creationix.com>",
"version": "0.4.3"
}