@manticore-labs/ng-api 0.0.1 → 0.0.3
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/LICENSE +6 -18
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,21 +1,9 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
1
|
Copyright (c) 2018 Adrian Eguez
|
|
4
2
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
3
|
+
Manticore Labs hace referencia a Vicente Adrian Eguez Sarzosa como su unico dueño.
|
|
4
|
+
Todos los derechos de licencia estan reservados con el Autor: Vicente Adrian Eguez Sarzosa con cedula 1718137159 de Ecuador.
|
|
5
|
+
No se puede hacer uso de esta librearia parcial o totalmente sin una licencia o permiso de Vicente drian Eguez Sarzosa.
|
|
6
|
+
Cualquier fallo en cumplir con la licencia tendra las consecuencias penales y legales del pais. El codigo esta registrado en los
|
|
7
|
+
organismos encargados de propiedad intelectual pertinentes.
|
|
14
8
|
|
|
15
|
-
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
9
|
+
Manticore Labs.
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manticore-labs/ng-api",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Paquete de Angular de Manticore Labs",
|
|
5
5
|
"main": "build/main/index.js",
|
|
6
6
|
"typings": "build/main/index.d.ts",
|
|
7
7
|
"module": "build/module/index.js",
|
|
8
8
|
"repository": "https://github.com/adrianeguez/man-lab-ng-api",
|
|
9
|
-
"license": "
|
|
9
|
+
"license": "Privada",
|
|
10
10
|
"keywords": [],
|
|
11
11
|
"scripts": {
|
|
12
12
|
"info": "npm-scripts-info",
|