summaryrefslogtreecommitdiff
path: root/composer.json
blob: 54edefd61a9e485eae640c1b28ed4c3b9d1b26d0 (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": "Laria Carolin Chabowski",
			"email": "laria@laria.me",
			"homepage": "http://hi-im.laria.me",
			"role": "Developer"
		}
	],
	"description": "A compiling template engine with an XML-ish syntax",
	"type": "library",
	"keywords": ["templating"],
	"homepage": "http://github.com/silvasur/ste"
}