You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
611 B
JSON
26 lines
611 B
JSON
{
|
|
"name": "zombor/kostache",
|
|
"description": "Logic-less View/Mustache Module for the Kohana Framework",
|
|
"keywords": ["kohana", "mustache", "templating", "view"],
|
|
"homepage": "https://github.com/zombor/KOstache",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jeremy Bush",
|
|
"email": "jeremy.bush@kohanaframework.org"
|
|
},
|
|
{
|
|
"name": "Woody Gilk",
|
|
"email": "woody.gilk@kohanaframework.org"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/zombor/KOstache/issues",
|
|
"source": "https://github.com/zombor/KOstache"
|
|
},
|
|
"require": {
|
|
"mustache/mustache": "~2.6.0",
|
|
"php": ">=5.3.0"
|
|
}
|
|
}
|