We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4bb9b commit c8117dcCopy full SHA for c8117dc
package.json
@@ -1,4 +1,8 @@
1
{
2
+ "name": "laravel-adminlte",
3
+ "description": "Easy AdminLTE integration with Laravel - Documentation",
4
+ "version": "1.0.0",
5
+ "private": true,
6
"directories": {
7
"doc": "docs"
8
},
@@ -7,8 +11,12 @@
11
"docs:build": "vitepress build docs",
12
"docs:preview": "vitepress preview docs"
9
13
10
- "author": "",
- "license": "ISC",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/jeroennoten/Laravel-AdminLTE.git"
17
+ },
18
+ "author": "Jeroen Noten <jeroennoten@me.com>",
19
+ "license": "MIT",
20
"devDependencies": {
21
"vitepress": "^1.6.0"
22
}
0 commit comments