1{
2	"minimum-stability": "stable",
3	"config": {
4		"process-timeout": 5000,
5		"bin-dir": "bin",
6		"component-dir": "vendor/components"
7	},
8	"repositories": [
9		{
10			"type": "composer",
11			"url": "https://composer.tiki.org"
12		}
13	],
14	"require": {
15		"jerome-breton/casperjs-installer": "dev-master"
16	},
17	"scripts": {
18		"post-install-cmd": [
19			"CasperJsInstaller\\Installer::install"
20		],
21		"post-update-cmd": [
22			"CasperJsInstaller\\Installer::install"
23		]
24	}
25}