Files
dokku/tests/apps/multi/package.json
dependabot[bot] 9473ac5f38 chore(deps): bump grunt from 1.5.2 to 1.5.3 in /tests/apps/multi
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-28 03:59:34 +00:00

22 lines
588 B
JSON

{
"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"
}