mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-06 21:34:03 -05:00
Bumps [glob](https://github.com/isaacs/node-glob) to 10.5.0 and updates ancestor dependency . These dependencies need to be updated together. Updates `glob` from 10.4.5 to 10.5.0 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v10.5.0) Updates `glob` from 11.0.3 to 11.1.0 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v10.5.0) --- updated-dependencies: - dependency-name: glob dependency-version: 10.5.0 dependency-type: indirect - dependency-name: glob dependency-version: 11.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "html5-boilerplate",
|
|
"version": "9.0.1",
|
|
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",
|
|
"keywords": [
|
|
"h5bp",
|
|
"template",
|
|
"front-end"
|
|
],
|
|
"homepage": "https://html5boilerplate.com/",
|
|
"bugs": {
|
|
"url": "https://github.com/h5bp/html5-boilerplate/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/h5bp/html5-boilerplate.git"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"CHANGELOG.md",
|
|
"LICENSE.txt",
|
|
"package.json",
|
|
"dist/",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"prettier": "prettier --write ./**/*.{js,json,md,mjs,yml}",
|
|
"test": "gulp archive && mocha --reporter spec --timeout 5000"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.35.0",
|
|
"archiver": "^7.0.1",
|
|
"del": "^8.0.1",
|
|
"eslint": "^9.35.0",
|
|
"eslint-plugin-mocha": "^11.1.0",
|
|
"glob": "^11.1.0",
|
|
"globals": "^16.4.0",
|
|
"gulp": "^5.0.1",
|
|
"gulp-autoprefixer": "^9.0.0",
|
|
"gulp-eslint-new": "^2.4.0",
|
|
"gulp-header": "^2.0.9",
|
|
"gulp-rename": "^2.1.0",
|
|
"main.css": "3.0.0",
|
|
"mocha": "^11.7.2",
|
|
"prettier": "3.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"volta": {
|
|
"node": "20.19.1"
|
|
},
|
|
"h5bp-configs": {
|
|
"directories": {
|
|
"archive": "archive",
|
|
"dist": "dist",
|
|
"src": "src",
|
|
"test": "test"
|
|
}
|
|
}
|
|
}
|