UNPKG

waibu-bootstrap

Version:

Bootstrap suport for Waibu Framework

37 lines (36 loc) 775 B
{ "name": "waibu-bootstrap", "version": "1.2.4", "description": "Bootstrap suport for Waibu Framework", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "type": "module", "bajo": { "type": "plugin" }, "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.3" } }