Skip to content

Commit 0b8132f

Browse files
authored
feat: Added more info in package json
1 parent 7058f16 commit 0b8132f

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

package.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
{
22
"name": "sneat-bootstrap-html-admin-template-free",
3+
"description": "Most Powerful & Comprehensive Free Bootstrap 5 HTML Admin Dashboard Template built for developers! 🚀",
4+
"license": "MIT",
35
"version": "1.0.0",
6+
"author": {
7+
"name": "ThemeSelection",
8+
"url": "https://themeselection.com/"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/themeselection/sneat-html-admin-template-free/issues"
12+
},
13+
"private": false,
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/themeselection/sneat-html-admin-template-free.git"
17+
},
18+
"homepage": "https://themeselection.com/products/sneat-free-bootstrap-html-admin-template/",
19+
"keywords": [
20+
"bootstrap",
21+
"front-end",
22+
"admin",
23+
"framework",
24+
"admin-dashboard",
25+
"webapp",
26+
"bootstrap5",
27+
"themeselection",
28+
"freebies"
29+
],
430
"scripts": {
531
"build": "npx gulp build",
632
"build:js": "npx gulp build:js",
@@ -81,4 +107,4 @@
81107
],
82108
"default": "development"
83109
}
84-
}
110+
}

0 commit comments

Comments
 (0)