@webiny/api-file-manager-aco 0.0.0-unstable.085ff6572f

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.
Files changed (2) hide show
  1. package/LICENSE +26 -0
  2. package/package.json +17 -0
package/LICENSE ADDED
@@ -0,0 +1,26 @@
1
+ Copyright (c) Webiny Inc.
2
+
3
+ Portions of this software are licensed as follows:
4
+
5
+ * All content that resides under the "enterprise/" directories of this repository, is licensed under the license defined in their respective "enterprise/LICENSE" file.
6
+ * All content that resides under the "packages/" sub-directories of this repository, is licensed under the license defined in their respective "packages/*/LICENSE" file.
7
+ * All third party components incorporated into the Webiny Software are licensed under the original license provided by the owner of the applicable component.
8
+ * Content outside of the above mentioned directories or restrictions above is available under the "MIT" license as defined below.
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@webiny/api-file-manager-aco",
3
+ "version": "0.0.0-unstable.085ff6572f",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/webiny/webiny-js.git",
7
+ "directory": "packages/api-file-manager-aco"
8
+ },
9
+ "description": "This package is scheduled for deletion in the next version.",
10
+ "author": "Webiny Ltd.",
11
+ "license": "MIT",
12
+ "publishConfig": {
13
+ "access": "public",
14
+ "directory": "."
15
+ },
16
+ "gitHead": "085ff6572f6bb6a76d218088b06d9f4ef92bbea7"
17
+ }