blob: 9b388da98d9d7d1caf3201720a3d249ad4111c33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "kch42/ste",
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"kch42\\ste\\": "src/ste"
}
},
"license": "MIT",
"authors": [
{
"name": "Kevin Chabowski",
"email": "kevin@kch42.de",
"homepage": "http://kch42.de",
"role": "Developer"
}
],
"description": "A compiling template engine with an XML-ish syntax",
"type": "library",
"keywords": ["templating"],
"homepage": "http://github.com/kch42/ste"
}
|