mirror of
https://github.com/shaack/bootstrap-auto-dark-mode.git
synced 2025-12-06 07:42:03 +01:00
20 lines
502 B
JSON
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"
|
|
}
|