Skip to content

Commit 8ab3d69

Browse files
committed
Add package.json
1 parent b4eea36 commit 8ab3d69

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "@mdbootstrap/react-offcanvas",
3+
"version": "1.0.0",
4+
"description": "Hidden sidebar, perfect for use in the form of additional navigation, for example in ecommerce projects or dashboards.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [
10+
"bootstrap",
11+
"bootstrap5",
12+
"bootstrap-template",
13+
"bootstrap-theme",
14+
"template",
15+
"react",
16+
"css",
17+
"html",
18+
"js",
19+
"sidenav"
20+
],
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/mdbootstrap/react-offcanvas.git"
24+
},
25+
"author": "MDBootstrap",
26+
"license": "ISC",
27+
"bugs": {
28+
"url": "https://github.com/mdbootstrap/react-offcanvas/issues"
29+
},
30+
"homepage": "https://mdbootstrap.com/docs/react/extended/offcanvas"
31+
}

0 commit comments

Comments
 (0)