Commit a202a2bb3e532ff8710b3e3801a75403fa9d572f
1 parent
921c007067
Exists in
master
Agregada version v0.1.6A
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
package.json
1 | { | 1 | { |
2 | "name": "foca-crear-cobranza", | 2 | "name": "foca-crear-cobranza", |
3 | "version": "0.0.1", | 3 | "version": "v0.1.6A", |
4 | "description": "sistema de cobranzas a partir de facturas", | 4 | "description": "sistema de cobranzas a partir de facturas", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "refresh": "gulp uglify && cp tmp/foca-crear-cobranza.js ../wrapper-demo/node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js", | 7 | "refresh": "gulp uglify && cp tmp/foca-crear-cobranza.js ../wrapper-demo/node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.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 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-factura.git git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git git+http://git.focasoftware.com/npm/foca-directivas.git" | 12 | "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route 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-factura.git git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git git+http://git.focasoftware.com/npm/foca-directivas.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": "http://git.focasoftware.com/npm/foca-crear-cobranza.git" | 19 | "url": "http://git.focasoftware.com/npm/foca-crear-cobranza.git" |
20 | }, | 20 | }, |
21 | "author": "Foca Software", | 21 | "author": "Foca Software", |
22 | "license": "ISC", | 22 | "license": "ISC", |
23 | "devDependencies": { | 23 | "devDependencies": { |
24 | "angular": "^1.7.5", | 24 | "angular": "^1.7.5", |
25 | "angular-ladda": "^0.4.3", | 25 | "angular-ladda": "^0.4.3", |
26 | "angular-mocks": "^1.7.7", | 26 | "angular-mocks": "^1.7.7", |
27 | "angular-route": "^1.7.5", | 27 | "angular-route": "^1.7.5", |
28 | "bootstrap": "^4.1.3", | 28 | "bootstrap": "^4.1.3", |
29 | "foca-botonera-facturador": "git+http://git.focasoftware.com/npm/foca-botonera-facturador.git", | 29 | "foca-botonera-facturador": "git+http://git.focasoftware.com/npm/foca-botonera-facturador.git", |
30 | "foca-busqueda-cliente": "git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git", | 30 | "foca-busqueda-cliente": "git+http://git.focasoftware.com/npm/foca-busqueda-cliente.git", |
31 | "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", | 31 | "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", |
32 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git", | 32 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git", |
33 | "foca-modal-factura": "git+http://git.focasoftware.com/npm/foca-modal-factura.git", | 33 | "foca-modal-factura": "git+http://git.focasoftware.com/npm/foca-modal-factura.git", |
34 | "font-awesome": "^4.7.0", | 34 | "font-awesome": "^4.7.0", |
35 | "gulp": "^3.9.1", | 35 | "gulp": "^3.9.1", |
36 | "gulp-angular-templatecache": "^2.2.5", | 36 | "gulp-angular-templatecache": "^2.2.5", |
37 | "gulp-clean": "^0.4.0", | 37 | "gulp-clean": "^0.4.0", |
38 | "gulp-concat": "^2.6.1", | 38 | "gulp-concat": "^2.6.1", |
39 | "gulp-connect": "^5.6.1", | 39 | "gulp-connect": "^5.6.1", |
40 | "gulp-htmlmin": "^5.0.1", | 40 | "gulp-htmlmin": "^5.0.1", |
41 | "gulp-jshint": "^2.1.0", | 41 | "gulp-jshint": "^2.1.0", |
42 | "gulp-rename": "^1.4.0", | 42 | "gulp-rename": "^1.4.0", |
43 | "gulp-replace": "^1.0.0", | 43 | "gulp-replace": "^1.0.0", |
44 | "gulp-sequence": "^1.0.0", | 44 | "gulp-sequence": "^1.0.0", |
45 | "gulp-uglify": "^3.0.1", | 45 | "gulp-uglify": "^3.0.1", |
46 | "gulp-uglify-es": "^1.0.4", | 46 | "gulp-uglify-es": "^1.0.4", |
47 | "jasmine-core": "^3.3.0", | 47 | "jasmine-core": "^3.3.0", |
48 | "jquery": "^3.3.1", | 48 | "jquery": "^3.3.1", |
49 | "jshint": "^2.9.6", | 49 | "jshint": "^2.9.6", |
50 | "ladda": "1.0.6", | 50 | "ladda": "1.0.6", |
51 | "pre-commit": "^1.2.2", | 51 | "pre-commit": "^1.2.2", |
52 | "pump": "^3.0.0", | 52 | "pump": "^3.0.0", |
53 | "ui-bootstrap4": "^3.0.5" | 53 | "ui-bootstrap4": "^3.0.5" |
54 | } | 54 | } |
55 | } | 55 | } |
56 | 56 |