bootstrap-auto-dark-mode/package.json
2025-01-11 21:08:41 +01:00

20 lines
502 B
JSON

{
"name": "bootstrap-auto-dark-mode",
"version": "1.1.1",
"description": "Adds the missing auto dark mode to Bootstrap >= 5.3, which switches automatically, based on system settings.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bootstrap",
"dark-mode"
],
"repository": {
"type": "git",
"url": "git+https://github.com/shaack/bootstrap-auto-dark-mode"
},
"author": "shaack.com",
"license": "MIT"
}