package.json
7.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "wrapper-demo",
"version": "0.0.1",
"description": "",
"main": "main.js",
"scripts": {
"test": "unit-test.html",
"initdev": "npm install gulp --global && npm install && npm install -g jshint",
"gulp-pre-commit": "gulp pre-commit",
"compile": "gulp uglify && gulp sass",
"actualizar": "git pull origin master",
"install-dev": "gulp pre-install && npm install && gulp post-install"
},
"pre-commit": [
"gulp-pre-commit"
],
"repository": {
"type": "git",
"url": "git@debonline.dyndns.org:npm/wrapper-demo.git"
},
"author": "Foca Software",
"license": "ISC",
"dependencies": {
"angular": "^1.7.7",
"angular-chart.js": "1.1.1",
"angular-cookies": "^1.7.7",
"angular-file-saver": "^1.1.3",
"angular-i18n": "^1.7.7",
"angular-ladda": "^0.4.3",
"angular-mocks": "^1.7.7",
"angular-route": "^1.7.7",
"angular-sanitize": "^1.7.7",
"angular-ui-grid": "4.6.6",
"angular-ui-swiper": "^2.3.8",
"bootstrap": "^4.2.1",
"chart.js": "2.7.3",
"excel-builder": "2.0.3",
"foca-abm-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-chofer.git",
"foca-abm-plazo-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-plazo-pago.git",
"foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git",
"foca-abm-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vehiculo.git",
"foca-abm-vendedor-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vendedor-cobrador.git",
"foca-activar-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-activar-hoja-ruta.git",
"foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git",
"foca-agendar-visita": "git+ssh://git@debonline.dyndns.org:npm/foca-agendar-visita.git",
"foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git",
"foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git",
"foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git",
"foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git",
"foca-cabecera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-cabecera-facturador.git",
"foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git",
"foca-configurar-terminal": "git+ssh://git@debonline.dyndns.org:npm/foca-configurar-terminal.git",
"foca-crear-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-cobranza.git",
"foca-crear-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-hoja-ruta.git",
"foca-crear-login": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-login.git",
"foca-crear-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-nota-pedido.git",
"foca-crear-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-remito.git",
"foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git",
"foca-estado-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-estado-cisternas.git",
"foca-filtros": "git+ssh://git@debonline.dyndns.org:npm/foca-filtros.git",
"foca-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git",
"foca-informes": "git+ssh://git@debonline.dyndns.org:npm/foca-informes.git",
"foca-login": "git+ssh://git@debonline.dyndns.org:npm/foca-login.git",
"foca-logistica-pedido-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-logistica-pedido-ruta.git",
"foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git",
"foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git",
"foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git",
"foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git",
"foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git",
"foca-modal-detalle-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-cisternas.git",
"foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git",
"foca-modal-detalles": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalles.git",
"foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git",
"foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git",
"foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git",
"foca-modal-factura-detalle": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura-detalle.git",
"foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git",
"foca-modal-grafico-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-grafico-cisternas.git",
"foca-modal-informe": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-informe.git",
"foca-modal-lista-precio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-lista-precio.git",
"foca-modal-localizar": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-localizar.git",
"foca-modal-login": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-login.git",
"foca-modal-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-nota-pedido.git",
"foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git",
"foca-modal-punto-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-punto-descarga.git",
"foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git",
"foca-modal-resumen-cuenta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-resumen-cuenta.git",
"foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git",
"foca-modal-unidad-medida": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-unidad-medida.git",
"foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git",
"foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git",
"foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git",
"font-awesome": "^4.7.0",
"gulp-angular-templatecache": "^2.2.6",
"gulp-htmlmin": "^5.0.1",
"gulp-sequence": "^1.0.0",
"gulp-uglify": "^3.0.1",
"gulp-uglify-es": "^1.0.4",
"jquery": "^3.3.1",
"jszip": "2.6.1",
"ladda": "1.0.6",
"leaflet": "1.3.4",
"lodash": "4.17.11",
"moment": "2.23.0",
"ngstorage": "^0.3.11",
"node-sass": "^4.11.0",
"pdfmake": "0.1.41",
"uglify": "^0.1.5",
"ui-bootstrap4": "^3.0.6"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^1.0.4",
"gulp-watch": "^5.0.1",
"jasmine-core": "^3.3.0",
"jshint": "^2.10.1",
"pre-commit": "^1.2.2",
"pump": "^3.0.0"
}
}