-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 934 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@mdbootstrap/bootstrap-offcanvas",
"version": "1.0.0",
"description": "Hidden sidebar built with the latest Bootstrap 5, perfect for use in the form of additional navigation, for example in ecommerce projects or dashboards.",
"main": "basic.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdbootstrap/bootstrap-offcanvas.git"
},
"keywords": [
"bootstrap",
"ecommerence",
"bootstrap5",
"navigation",
"responsive",
"offcanvas",
"responsive-design",
"bootstrap-template",
"bootstrap-offcanvas",
"bootstrap-dashboard",
"bootstrap-offcanvas-menu"
],
"author": "mdbootstrap",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdbootstrap/bootstrap-offcanvas/issues"
},
"homepage": "https://mdbootstrap.com/docs/standard/extended/offcanvas/"
}