package.json
3.63 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
{
"name": "wrapper-demo",
"version": "0.0.1",
"description": "",
"main": "main.js",
"scripts": {
"initdev": "npm install gulp --global && npm install && npm install -g jshint",
"gulp-pre-commit": "gulp pre-commit",
"compile": "gulp uglify && gulp sass",
"electron": "electron .",
"electron-build": "gulp uglify && gulp html && gulp sass && electron ."
},
"pre-commit": [
"gulp-pre-commit"
],
"repository": {
"type": "git",
"url": "https://debo.suite.repo/Wrappers/wrapper-demo.git"
},
"author": "Foca Software",
"license": "ISC",
"dependencies": {
"angular": "^1.7.5",
"angular-cookies": "^1.7.5",
"angular-i18n": "^1.7.5",
"angular-ladda": "^0.4.3",
"angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git",
"angular-route": "^1.7.5",
"angular-sanitize": "^1.7.5",
"angular-ui-swiper": "^2.3.8",
"bootstrap": "^4.1.3",
"foca-abm-plazo-pago": "git+https://debo.suite.repo/modulos-npm/foca-abm-plazo-pago.git",
"foca-abm-precios-condiciones": "git+https://debo.suite.repo/modulos-npm/foca-abm-precios-condiciones.git",
"foca-abm-sectores": "git+https://debo.suite.repo/modulos-npm/foca-abm-sectores",
"foca-botonera-principal": "git+https://debo.suite.repo/modulos-npm/foca-botonera-principal.git",
"foca-busqueda-cliente": "git+https://debo.suite.repo/modulos-npm/foca-busqueda-cliente.git",
"foca-crear-nota-pedido": "git+https://debo.suite.repo/modulos-npm/foca-crear-nota-pedido.git",
"foca-directivas": "git+https://debo.suite.repo/modulos-npm/foca-directivas.git",
"foca-login": "git+https://debo.suite.repo/modulos-npm/foca-login.git",
"foca-modal": "git+https://debo.suite.repo/modulos-npm/foca-modal",
"foca-modal-busqueda-productos": "git+https://debo.suite.repo/modulos-npm/foca-modal-busqueda-productos",
"foca-modal-cotizacion": "git+https://debo.suite.repo/modulos-npm/foca-modal-cotizacion.git",
"foca-modal-domicilio": "git+https://debo.suite.repo/modulos-npm/foca-modal-domicilio.git",
"foca-modal-flete": "git+https://debo.suite.repo/modulos-npm/foca-modal-flete.git",
"foca-modal-moneda": "git+https://debo.suite.repo/modulos-npm/foca-modal-moneda.git",
"foca-modal-precio-condiciones": "git+https://debo.suite.repo/modulos-npm/foca-modal-precio-condiciones.git",
"foca-modal-proveedor": "git+https://debo.suite.repo/modulos-npm/foca-modal-proveedor.git",
"foca-modal-vendedores": "git+https://debo.suite.repo/modulos-npm/foca-modal-vendedores.git",
"foca-teclado": "git+https://debo.suite.repo/modulos-npm/foca-teclado.git",
"foca-turno-apertura": "git+https://debo.suite.repo/modulos-npm/foca-turno-apertura.git",
"font-awesome": "^4.7.0",
"gulp-angular-templatecache": "^2.2.1",
"gulp-htmlmin": "^5.0.1",
"gulp-uglify": "^3.0.1",
"jquery": "^3.3.1",
"ladda": "1.0.6",
"node-sass": "^4.9.4",
"uglify": "^0.1.5",
"ui-bootstrap4": "^3.0.5"
},
"devDependencies": {
"electron": "^3.0.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.6.1",
"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.2.1",
"jshint": "^2.9.6",
"pre-commit": "^1.2.2",
"pump": "^3.0.0"
}
}