Files
html5-boilerplate/package.json
2022-06-04 11:45:00 +09:00

79 lines
1.7 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 --require @babel/register --reporter spec --timeout 5000"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/register": "^7.17.7",
"archiver": "^5.3.1",
"del": "^6.1.1",
"eslint": "^8.17.0",
"eslint-config-recommended": "^4.1.0",
"eslint-plugin-mocha": "^10.0.5",
"glob": "^8.0.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.9",
"gulp-load-plugins": "^2.0.7",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"main.css": "3.0.0",
"mocha": "^10.0.0",
"modernizr": "3.11.8",
"normalize.css": "8.0.1",
"strip-json-comments": "^4.0.0"
},
"engines": {
"node": ">=14"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"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"
],
"dependencies": {}
}