-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adam Jakubowski
committed
Jan 28, 2022
1 parent
afbb274
commit 13d9491
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
{ | ||
"name": "bootstrap-avatars", | ||
"version": "1.0.4", | ||
"description": "Responsive Avatars built with Bootstrap 5. Various templates like a circle avatar, square, inside the navbar, carousel, as a testimonial, profile and many more.", | ||
"main": "profile.html", | ||
"name": "bootstrap-shopping-carts", | ||
"version": "1.0.0", | ||
"description": "Responsive Shopping Carts built with Bootstrap 5. Multiple examples of various designs and functionalities. Ready to use pages and templates.", | ||
"main": "basic.html", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mdbootstrap/bootstrap-avatars.git" | ||
"url": "git+https://github.com/mdbootstrap/bootstrap-shopping-carts.git" | ||
}, | ||
"keywords": [ | ||
"bootstrap", | ||
"avatar", | ||
"shopping-cart", | ||
"bootstrap5", | ||
"circle-image-view" | ||
"cards", | ||
"shopping-carts", | ||
"shopping-cart-template" | ||
], | ||
"author": "mdbootstrap", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/mdbootstrap/bootstrap-avatars/issues" | ||
"url": "https://github.com/mdbootstrap/bootstrap-shopping-carts/issues" | ||
}, | ||
"homepage": "https://mdbootstrap.com/docs/standard/extended/avatar/" | ||
"homepage": "https://mdbootstrap.com/docs/standard/extended/shopping-carts/" | ||
} |