Files
dokku/tests/apps/multi/package.json

22 lines
573 B
JSON
Raw Normal View History

{
"author": "Al Johri",
"dependencies": {
2014-12-14 16:55:44 -08:00
"bower": "^1.3.1",
2014-12-18 11:01:38 -08:00
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
2014-12-18 11:01:38 -08:00
"grunt-contrib-compass": "~1.0.1",
"load-grunt-tasks": "~1.0.0",
2014-12-14 16:55:44 -08:00
"tmp": "0.0.23"
},
2014-12-18 11:01:38 -08:00
"description": "Test application for heroku multi buildpack.",
"engines": {
"node": "~0.10.30"
},
"license": "ISC",
"name": "test-buildpack-multi",
"scripts": {
2014-12-18 11:01:38 -08:00
"postinstall": "echo $PATH && ./node_modules/bower/bin/bower install --allow-root && ./node_modules/grunt-cli/bin/grunt --verbose --debug heroku"
},
"version": "0.0.0"
}