{ "name": "hello-world", "dependencies": { "debian:jessie": [ "apache2 (>= 2.4)", "php5 (>= 5.4)" ] }, "hooks": { "preBuild": "./scripts/pre-build.sh", "postBuild": "./scripts/post-build.sh", "preInstall": "", "preRemove": "", "postInstall": "", "postRemove": "" } }