blob: bd15cc2ceb789483974e058e01616a6e71db81ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "zordius/lightncandy",
"description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
"homepage": "https://github.com/zordius/lightncandy",
"keywords": ["handlebars", "mustache", "PHP", "template", "logicless"],
"license": "MIT",
"authors": [
{
"name": "Zordius Chen",
"email": "zordius@yahoo-inc.com"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.17"
},
"autoload": {
"classmap": ["src/lightncandy.php"]
}
}
|