{ "author": "Al Johri", "dependencies": { "bower": "^1.8.0", "grunt": "~1.5.3", "grunt-cli": "~1.4.3", "grunt-contrib-compass": "~1.1.1", "load-grunt-tasks": "~5.1.0", "tmp": "0.2.1" }, "description": "Test application for heroku multi buildpack.", "engines": { "node": "12.x.x", "npm": "6.x.x" }, "license": "ISC", "name": "test-buildpack-multi", "scripts": { "postinstall": "echo $PATH && ./node_modules/bower/bin/bower install --allow-root && ./node_modules/grunt-cli/bin/grunt --verbose --debug heroku" }, "version": "0.0.0" }