dockview-enterprise 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +24 -0
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# dockview-enterprise
|
|
2
|
+
|
|
3
|
+
Placeholder package. Enterprise feature modules for [dockview](https://github.com/mathuo/dockview).
|
|
4
|
+
|
|
5
|
+
This version (`0.0.0`) is a placeholder to reserve the package name. See the [dockview repository](https://github.com/mathuo/dockview) for details.
|
package/package.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "dockview-enterprise",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Placeholder — enterprise feature modules for dockview. See https://github.com/mathuo/dockview",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"dockview",
|
|
7
|
+
"layout",
|
|
8
|
+
"docking",
|
|
9
|
+
"enterprise"
|
|
10
|
+
],
|
|
11
|
+
"homepage": "https://github.com/mathuo/dockview",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/mathuo/dockview/issues"
|
|
14
|
+
},
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "git+https://github.com/mathuo/dockview.git"
|
|
18
|
+
},
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"author": "https://github.com/mathuo",
|
|
21
|
+
"files": [
|
|
22
|
+
"README.md"
|
|
23
|
+
]
|
|
24
|
+
}
|