Added clientside haml

This commit is contained in:
Thomas Davis
2013-07-16 15:37:38 +00:00
parent 46d1c5efa2
commit 0895fe7a36
3 changed files with 2091 additions and 0 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,25 @@
{
"name": "clientside-haml-js",
"filename": "haml.min.js",
"version": "5.1",
"description": "Haml compiler for client side javascript and coffeescript view templates",
"homepage": "https://github.com/uglyog/clientside-haml-js",
"keywords": [
"template",
"haml"
],
"maintainers": [
{
"name": "Ronald Holshausen",
"email": "uglyog@gmail.com",
"web": "https://github.com/uglyog"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/uglyog/clientside-haml-js.git"
}
]
}