mirror of
https://github.com/dokku/dokku.git
synced 2025-12-25 16:29:30 +01:00
22 lines
570 B
JSON
22 lines
570 B
JSON
{
|
|
"author": "Al Johri",
|
|
"dependencies": {
|
|
"bower": "^1.3.1",
|
|
"grunt": "~0.4.5",
|
|
"grunt-cli": "~0.1.13",
|
|
"grunt-contrib-compass": "~1.0.1",
|
|
"load-grunt-tasks": "~1.0.0",
|
|
"tmp": "0.0.23"
|
|
},
|
|
"description": "Test application for heroku multi buildpack.",
|
|
"engines": {
|
|
"node": "4.2.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"
|
|
}
|