express-hogan
Version:
Hogan.js NPM package for express 3.x
25 lines (24 loc) • 619 B
JSON
{
"name": "express-hogan"
, "description": "Hogan.js NPM package for express 3.x"
, "version": "0.0.5"
, "keywords": ["mustache", "template", "hogan.js", "hoganjs", "hogan", "hjs", "express"]
, "main": "index"
, "homepage": "https://github.com/nullfirm/hjs.git"
, "author": {
"name" : "Min-su Ok"
, "email" : "nullfirm@gmail.com"
}
, "repository": {
"type": "git"
, "url": "https://github.com/nullfirm/hjs.git"
}
, "licenses": [
{ "type": "Apache-2.0"
, "url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
, "dependencies": {
"hogan.js" : ">=2.0.0"
}
}