bootstrap-honoka
Version:
Honoka is one of the Bootstrap original theme.
75 lines (74 loc) • 1.8 kB
JSON
{
"name": "bootstrap-honoka",
"version": "4.4.0",
"description": "Honoka is one of the Bootstrap original theme.",
"author": "windyakin",
"website": "http://honokak.osaka/",
"config": {
"packageName": "Honoka",
"projectStartYear": "2015",
"licenseUrl": "https://github.com/windyakin/Honoka/blob/master/LICENSE"
},
"keywords": [
"css",
"bootstrap",
"sass",
"scss",
"lovelive",
"web",
"front-end",
"framework",
"theme"
],
"license": "MIT",
"main": "dist/js/bootstrap.js",
"scripts": {
"start": "gulp default",
"build": "gulp release",
"test": "gulp test"
},
"style": "dist/css/bootstrap.css",
"repository": {
"type": "git",
"url": "https://github.com/windyakin/honoka.git"
},
"dependencies": {
"bootstrap": "4.4.0",
"jquery": "1.9.1 - 3",
"popper.js": "^1.14.7"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"browser-sync": "^2.26.12",
"clean-css": "^4.2.3",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-eslint": "^6.0.0",
"gulp-load-plugins": "^2.0.3",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-stylelint": "11.0.0",
"gulp-zip": "^5.0.2",
"postcss-flexbugs-fixes": "^4.2.1",
"run-sequence": "^2.2.1",
"stylelint": "12.0.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0"
},
"files": [
"build",
"dist",
"scss/**/*.scss",
"gulpfile.js",
"LICENSE"
]
}