Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKUSref committed Aug 18, 2022
1 parent b4eea36 commit 8ab3d69
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "@mdbootstrap/react-offcanvas",
"version": "1.0.0",
"description": "Hidden sidebar, perfect for use in the form of additional navigation, for example in ecommerce projects or dashboards.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bootstrap",
"bootstrap5",
"bootstrap-template",
"bootstrap-theme",
"template",
"react",
"css",
"html",
"js",
"sidenav"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mdbootstrap/react-offcanvas.git"
},
"author": "MDBootstrap",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdbootstrap/react-offcanvas/issues"
},
"homepage": "https://mdbootstrap.com/docs/react/extended/offcanvas"
}

0 comments on commit 8ab3d69

Please sign in to comment.