Skip to content

Commit

Permalink
Initialize the Bootstrap Ratio Utilities with one Responsive Ratio Ut…
Browse files Browse the repository at this point in the history
…ility #1
  • Loading branch information
Natshah committed Sep 14, 2023
1 parent 4c82f57 commit 65db88f
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
{
"name": "bootstrap-ratio-utilities",
"version": "1.0.0",
"private": true,
"description": "Bootstrap Ratio Utilities: Having a Responsive Ratio Utility, which needed for switching ratios for media brackpoints.",
"author": "Vardot",
"contributors": [
"Rajab Natshah"
],
"license": "MIT",
"main": "webpack.config.js",
"keywords": [
"Bootstrap",
"Bootstrap 5",
"bootstrap utilities",
"bootstrap utility",
"Ratio Utilities",
"Ratio utility",
"Responsive Ratio Utility",
"Aspect Ratio"
],
"engines": {
"npm": ">= 6.0",
"yarn": ">= 1.6",
Expand All @@ -17,7 +27,7 @@
"build": "webpack --progress --config webpack.config.js",
"lint:css": "stylelint \"**/*.css\""
},
"devDependencies": {
"dependencies": {
"@popperjs/core": "~2",
"bootstrap": "~5.3.0",
"autoprefixer": "^10.4.0",
Expand Down Expand Up @@ -70,5 +80,13 @@
"last 1 ChromeAndroid version",
"last 1 Samsung version",
"Firefox ESR"
]
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/Vardot/bootstrap-ratio-utilities.git"
},
"bugs": {
"url": "https://github.com/Vardot/bootstrap-ratio-utilities/issues"
},
"homepage": "https://github.com/Vardot/bootstrap-ratio-utilities#readme"
}

0 comments on commit 65db88f

Please sign in to comment.