component.json
599 Bytes
{
"name": "hogan.js"
, "description": "A mustache compiler."
, "version": "3.0.2"
, "keywords": ["mustache", "template"]
, "main": "lib/hogan.js"
, "scripts": [
"lib/compiler.js",
"lib/hogan.js",
"lib/template.js"
]
, "homepage": "http://twitter.github.com/hogan.js/"
, "author": "Twitter Inc."
, "repository": {
"type": "git"
, "url": "https://github.com/twitter/hogan.js.git"
}
, "licenses": [
{ "type": "Apache-2.0"
, "url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
, "ignore" : [
,"tools"
,"wrappers"
,".*"
]
}