2015-07-02 14:04:14 +02:00
|
|
|
{
|
|
|
|
"name": "hello-world",
|
|
|
|
"dependencies": {
|
2015-08-04 17:45:10 +02:00
|
|
|
"debian:jessie": {
|
|
|
|
"apache2": ">= 2.4",
|
|
|
|
"php5": ">= 5.4"
|
|
|
|
}
|
2015-07-02 14:04:14 +02:00
|
|
|
},
|
|
|
|
"hooks": {
|
|
|
|
"preBuild": "./scripts/pre-build.sh",
|
2015-07-02 17:01:26 +02:00
|
|
|
"preInstall": "./scripts/pre-install.sh",
|
2015-07-02 14:04:14 +02:00
|
|
|
"preRemove": "",
|
|
|
|
"postInstall": "",
|
|
|
|
"postRemove": ""
|
|
|
|
}
|
|
|
|
}
|