waibu-bootstrap
Version:
Bootstrap suport for Waibu Framework
48 lines (47 loc) • 1.05 kB
JSON
{
"name": "waibu-bootstrap",
"version": "2.12.3",
"description": "Bootstrap suport for Waibu Framework",
"main": "index.js",
"scripts": {
"build-doc": "jsdoc -c .jsdoc.conf.json",
"test": "mocha"
},
"type": "module",
"bajo": {
"type": "plugin",
"alias": "wbs",
"dependencies": [
"waibu-mpa",
"waibu-extra",
"waibu-alpinejs"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ardhi/waibu-bootstrap.git"
},
"keywords": [
"bootstrap",
"waibu",
"web",
"webserver",
"bajo",
"framework",
"fastify",
"modular"
],
"author": "Ardhi Lukianto <ardhi@lukianto.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ardhi/waibu-bootstrap/issues"
},
"homepage": "https://github.com/ardhi/waibu-bootstrap#readme",
"dependencies": {
"bootstrap": "^5.3.8"
},
"devDependencies": {
"clean-jsdoc-theme": "^4.3.0",
"jsdoc-plugin-intersection": "^1.0.4"
}
}