Commit 0e6725fd5aa101c6b96424922ef1873b47b299a0

Authored by Mauricio Cattafi
Exists in master and in 1 other branch develop

Merge branch 'fix_ruta' into 'master'

Fix ruta

See merge request !132
1 { 1 {
2 "name": "foca-crear-remito", 2 "name": "foca-crear-remito",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "Listado y ABM nota de remitos", 4 "description": "Listado y ABM nota de remitos",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "refresh": "gulp uglify && cp tmp/foca-crear-remito.js ../wrapper-demo/node_modules/foca-crear-remito/dist/foca-crear-remito.min.js", 7 "refresh": "gulp uglify && cp tmp/foca-crear-remito.js ../wrapper-demo/node_modules/foca-crear-remito/dist/foca-crear-remito.min.js",
8 "test": "test.html", 8 "test": "test.html",
9 "compile": "gulp uglify", 9 "compile": "gulp uglify",
10 "gulp-pre-commit": "gulp pre-commit", 10 "gulp-pre-commit": "gulp pre-commit",
11 "postinstall": "npm run compile && gulp clean-post-install", 11 "postinstall": "npm run compile && gulp clean-post-install",
12 "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route angular-cookies bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify jquery jshint pump git+http://git.focasoftware.com/npm/foca-directivas.git git+http://git.focasoftware.com/npm/foca-modal-vendedores.git git+http://git.focasoftware.com/npm/foca-modal-proveedor.git git+http://git.focasoftware.com/npm/foca-modal-busqueda-productos.git git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git git+http://git.focasoftware.com/npm/foca-modal-precio-condiciones.git git+http://git.focasoftware.com/npm/foca-modal-flete.git git+http://git.focasoftware.com/npm/foca-modal.git git+http://git.focasoftware.com/npm/foca-modal-domicilio.git git+http://git.focasoftware.com/npm/foca-seguimiento.git git+http://git.focasoftware.com/npm/foca-modal-moneda.git git+http://git.focasoftware.com/npm/foca-modal-cotizacion.git git+http://git.focasoftware.com/npm/foca-configuracion.git" 12 "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route angular-cookies bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify jquery jshint pump git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-vendedores.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-proveedor.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git git+ssh://git@debonline.dyndns.org:npm/foca-modal.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-moneda.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git"
13 }, 13 },
14 "pre-commit": [ 14 "pre-commit": [
15 "gulp-pre-commit" 15 "gulp-pre-commit"
16 ], 16 ],
17 "repository": { 17 "repository": {
18 "type": "git", 18 "type": "git",
19 "url": "https://debo.suite.repo/modulos-npm/foca-crear-remito.git" 19 "url": "https://debo.suite.repo/modulos-npm/foca-crear-remito.git"
20 }, 20 },
21 "author": "Foca Software", 21 "author": "Foca Software",
22 "license": "ISC", 22 "license": "ISC",
23 "peerDependencies": { 23 "peerDependencies": {
24 "foca-busqueda-cliente": "git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git", 24 "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git",
25 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", 25 "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git",
26 "foca-modal-busqueda-productos": "git+http://git.focasoftware.com/npm/foca-modal-busqueda-productos.git", 26 "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git",
27 "foca-modal-proveedor": "git+http://git.focasoftware.com/npm/foca-modal-proveedor.git", 27 "foca-modal-proveedor": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-proveedor.git",
28 "foca-modal-vendedores": "git+http://git.focasoftware.com/npm/foca-modal-vendedores.git", 28 "foca-modal-vendedores": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-vendedores.git",
29 "foca-seguimiento": "git+http://git.focasoftware.com/npm/foca-seguimiento.git" 29 "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git"
30 }, 30 },
31 "devDependencies": { 31 "devDependencies": {
32 "angular": "^1.7.5", 32 "angular": "^1.7.5",
33 "angular-cookies": "^1.7.5", 33 "angular-cookies": "^1.7.5",
34 "angular-ladda": "^0.4.3", 34 "angular-ladda": "^0.4.3",
35 "angular-mocks": "^1.7.7", 35 "angular-mocks": "^1.7.7",
36 "angular-route": "^1.7.5", 36 "angular-route": "^1.7.5",
37 "bootstrap": "^4.1.3", 37 "bootstrap": "^4.1.3",
38 "foca-botonera-facturador": "git+http://git.focasoftware.com/npm/foca-botonera-facturador.git", 38 "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git",
39 "foca-busqueda-cliente": "git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git", 39 "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git",
40 "foca-configuracion": "git+http://git.focasoftware.com/npm/foca-configuracion.git", 40 "foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git",
41 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", 41 "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git",
42 "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git", 42 "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git",
43 "foca-modal-busqueda-productos": "git+http://git.focasoftware.com/npm/foca-modal-busqueda-productos.git", 43 "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git",
44 "foca-modal-cotizacion": "git+http://git.focasoftware.com/npm/foca-modal-cotizacion.git", 44 "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git",
45 "foca-modal-domicilio": "git+http://git.focasoftware.com/npm/foca-modal-domicilio.git", 45 "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git",
46 "foca-modal-flete": "git+http://git.focasoftware.com/npm/foca-modal-flete.git", 46 "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git",
47 "foca-modal-precio-condiciones": "git+http://git.focasoftware.com/npm/foca-modal-precio-condiciones.git", 47 "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git",
48 "foca-seguimiento": "git+http://git.focasoftware.com/npm/foca-seguimiento.git", 48 "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git",
49 "font-awesome": "^4.7.0", 49 "font-awesome": "^4.7.0",
50 "gulp": "^3.9.1", 50 "gulp": "^3.9.1",
51 "gulp-angular-templatecache": "^2.2.5", 51 "gulp-angular-templatecache": "^2.2.5",
52 "gulp-clean": "^0.4.0", 52 "gulp-clean": "^0.4.0",
53 "gulp-concat": "^2.6.1", 53 "gulp-concat": "^2.6.1",
54 "gulp-connect": "^5.6.1", 54 "gulp-connect": "^5.6.1",
55 "gulp-htmlmin": "^5.0.1", 55 "gulp-htmlmin": "^5.0.1",
56 "gulp-jshint": "^2.1.0", 56 "gulp-jshint": "^2.1.0",
57 "gulp-rename": "^1.4.0", 57 "gulp-rename": "^1.4.0",
58 "gulp-replace": "^1.0.0", 58 "gulp-replace": "^1.0.0",
59 "gulp-sequence": "^1.0.0", 59 "gulp-sequence": "^1.0.0",
60 "gulp-uglify": "^3.0.1", 60 "gulp-uglify": "^3.0.1",
61 "gulp-uglify-es": "^1.0.4", 61 "gulp-uglify-es": "^1.0.4",
62 "jasmine-core": "^3.3.0", 62 "jasmine-core": "^3.3.0",
63 "jquery": "^3.3.1", 63 "jquery": "^3.3.1",
64 "jshint": "^2.10.2", 64 "jshint": "^2.10.2",
65 "ladda": "1.0.6", 65 "ladda": "1.0.6",
66 "pre-commit": "^1.2.2", 66 "pre-commit": "^1.2.2",
67 "pump": "^3.0.0", 67 "pump": "^3.0.0",
68 "ui-bootstrap4": "^3.0.5" 68 "ui-bootstrap4": "^3.0.5"
69 } 69 }
70 } 70 }
71 71