Commit c0ab8ab3d826fed40adbc1283acc39f1d3334c52

Authored by Marcelo Puebla
1 parent daf22b4097
Exists in master and in 1 other branch develop

agregado comando para refrescar.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
1 { 1 {
2 "name": "foca-modal-resumen-cuenta", 2 "name": "foca-modal-resumen-cuenta",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "Modal para resumen de cuenta en cobranzas", 4 "description": "Modal para resumen de cuenta en cobranzas",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "refresh" : "gulp uglify && cp tmp/foca-modal-resumen-cuenta.js ../wrapper-demo/node_modules/foca-modal-resumen-cuenta/dist/foca-modal-resumen-cuenta.min.js",
7 "test": "echo \"Error: no test specified\" && exit 1", 8 "test": "echo \"Error: no test specified\" && exit 1",
8 "gulp-pre-commit": "gulp pre-commit", 9 "gulp-pre-commit": "gulp pre-commit",
9 "compile": "gulp uglify", 10 "compile": "gulp uglify",
10 "postinstall": "npm run compile && gulp clean-post-install", 11 "postinstall": "npm run compile && gulp clean-post-install",
11 "install-dev": "npm install --ignore-scripts" 12 "install-dev": "npm install --ignore-scripts"
12 }, 13 },
13 "pre-commit": [ 14 "pre-commit": [
14 "gulp-pre-commit" 15 "gulp-pre-commit"
15 ], 16 ],
16 "repository": { 17 "repository": {
17 "type": "git", 18 "type": "git",
18 "url": "http://git.focasoftware.com/npm/foca-modal-resumen-cuenta" 19 "url": "http://git.focasoftware.com/npm/foca-modal-resumen-cuenta"
19 }, 20 },
20 "author": "Foca Software", 21 "author": "Foca Software",
21 "license": "ISC", 22 "license": "ISC",
22 "peerDependencies": { 23 "peerDependencies": {
23 "angular": "^1.7.4", 24 "angular": "^1.7.4",
24 "bootstrap": "^4.1.3", 25 "bootstrap": "^4.1.3",
25 "font-awesome": "^4.7.0", 26 "font-awesome": "^4.7.0",
26 "ui-bootstrap4": "^3.0.4", 27 "ui-bootstrap4": "^3.0.4",
27 "gulp": "^3.9.1", 28 "gulp": "^3.9.1",
28 "gulp-angular-templatecache": "^2.2.1", 29 "gulp-angular-templatecache": "^2.2.1",
29 "gulp-concat": "^2.6.1", 30 "gulp-concat": "^2.6.1",
30 "gulp-connect": "^5.6.1", 31 "gulp-connect": "^5.6.1",
31 "gulp-htmlmin": "^5.0.1", 32 "gulp-htmlmin": "^5.0.1",
32 "gulp-rename": "^1.4.0", 33 "gulp-rename": "^1.4.0",
33 "gulp-replace": "^1.0.0", 34 "gulp-replace": "^1.0.0",
34 "gulp-uglify": "^3.0.1", 35 "gulp-uglify": "^3.0.1",
35 "jquery": "^3.3.1", 36 "jquery": "^3.3.1",
36 "pump": "^3.0.0", 37 "pump": "^3.0.0",
37 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git" 38 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git"
38 }, 39 },
39 "devDependencies": { 40 "devDependencies": {
40 "angular": "1.7.5", 41 "angular": "1.7.5",
41 "angular-ladda": "0.4.3", 42 "angular-ladda": "0.4.3",
42 "bootstrap": "4.1.3", 43 "bootstrap": "4.1.3",
43 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", 44 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git",
44 "font-awesome": "4.7.0", 45 "font-awesome": "4.7.0",
45 "gulp": "3.9.1", 46 "gulp": "3.9.1",
46 "gulp-angular-templatecache": "2.2.5", 47 "gulp-angular-templatecache": "2.2.5",
47 "gulp-clean": "0.4.0", 48 "gulp-clean": "0.4.0",
48 "gulp-concat": "2.6.1", 49 "gulp-concat": "2.6.1",
49 "gulp-connect": "5.6.1", 50 "gulp-connect": "5.6.1",
50 "gulp-htmlmin": "5.0.1", 51 "gulp-htmlmin": "5.0.1",
51 "gulp-jshint": "2.1.0", 52 "gulp-jshint": "2.1.0",
52 "gulp-rename": "1.4.0", 53 "gulp-rename": "1.4.0",
53 "gulp-replace": "1.0.0", 54 "gulp-replace": "1.0.0",
54 "gulp-uglify": "3.0.1", 55 "gulp-uglify": "3.0.1",
55 "jasmine-core": "3.3.0", 56 "jasmine-core": "3.3.0",
56 "jquery": "3.3.1", 57 "jquery": "3.3.1",
57 "jshint": "2.9.6", 58 "jshint": "2.9.6",
58 "ladda": "1.0.6", 59 "ladda": "1.0.6",
59 "pre-commit": "1.2.2", 60 "pre-commit": "1.2.2",
60 "pump": "3.0.0", 61 "pump": "3.0.0",
61 "ui-bootstrap4": "3.0.5" 62 "ui-bootstrap4": "3.0.5"
62 } 63 }
63 } 64 }
64 65