mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
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>
22 lines
588 B
JSON
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"
|
|
} |