mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 14:48:02 -05:00
Bumps [glob](https://github.com/isaacs/node-glob) from 9.3.2 to 10.2.2. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v9.3.2...v10.2.2) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
69 lines
1.5 KiB
JSON
69 lines
1.5 KiB
JSON
{
|
|
"name": "html5-boilerplate",
|
|
"version": "8.0.0",
|
|
"homepage": "https://html5boilerplate.com/",
|
|
"license": "MIT",
|
|
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",
|
|
"keywords": [
|
|
"h5bp",
|
|
"template",
|
|
"front-end"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/h5bp/html5-boilerplate.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/h5bp/html5-boilerplate/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"test": "gulp archive && mocha --reporter spec --timeout 5000"
|
|
},
|
|
"devDependencies": {
|
|
"archiver": "^5.3.1",
|
|
"del": "^7.0.0",
|
|
"eslint": "^8.39.0",
|
|
"eslint-config-recommended": "^4.1.0",
|
|
"eslint-plugin-mocha": "^10.1.0",
|
|
"glob": "^10.2.2",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^8.0.0",
|
|
"gulp-eslint": "^6.0.0",
|
|
"gulp-header": "^2.0.9",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-replace": "^1.1.4",
|
|
"main.css": "3.0.0",
|
|
"mocha": "^10.2.0",
|
|
"modernizr": "3.12.0",
|
|
"normalize.css": "8.0.1",
|
|
"strip-json-comments": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"browserslist": [
|
|
"> 0.5%",
|
|
"last 2 versions",
|
|
"Firefox ESR",
|
|
"not dead",
|
|
"not IE 11"
|
|
],
|
|
"h5bp-configs": {
|
|
"directories": {
|
|
"archive": "archive",
|
|
"dist": "dist",
|
|
"src": "src",
|
|
"test": "test"
|
|
}
|
|
},
|
|
"files": [
|
|
"CHANGELOG.md",
|
|
"LICENSE.txt",
|
|
"package.json",
|
|
"dist/",
|
|
"modernizr-config.json",
|
|
"README.md"
|
|
]
|
|
}
|