Commit 1f37994f7510225d3e5f98bc3b50b5507fb6dd77
1 parent
a13b998b63
Exists in
master
and in
1 other branch
Agregado comando para refrescar.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
package.json
| 1 | { | 1 | { |
| 2 | "name": "foca-botonera-principal", | 2 | "name": "foca-botonera-principal", |
| 3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
| 4 | "description": "Botonera principal", | 4 | "description": "Botonera principal", |
| 5 | "scripts": { | 5 | "scripts": { |
| 6 | "frefresh": "gulp uglify && cp tmp/foca-botonera-principal.js ../wrapper-facturador/node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js", | ||
| 6 | "refresh": "gulp uglify && cp tmp/foca-botonera-principal.js ../wrapper-demo/node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js", | 7 | "refresh": "gulp uglify && cp tmp/foca-botonera-principal.js ../wrapper-demo/node_modules/foca-botonera-principal/dist/foca-botonera-principal.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 -D angular bootstrap font-awesome gulp gulp-angular-templatecache gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify gulp-clean jasmine-core jquery jshint pre-commit pump ui-bootstrap4" | 12 | "install-dev": "npm install -D angular bootstrap font-awesome gulp gulp-angular-templatecache gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify gulp-clean jasmine-core jquery jshint pre-commit pump ui-bootstrap4" |
| 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": "https://debo.suite.repo/modulos-npm/foca-botonera-principal" | 19 | "url": "https://debo.suite.repo/modulos-npm/foca-botonera-principal" |
| 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-modal": "git+http://git.focasoftware.com/npm/foca-modal.git" | 38 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git" |
| 38 | }, | 39 | }, |
| 39 | "devDependencies": { | 40 | "devDependencies": { |
| 40 | "angular": "^1.7.5", | 41 | "angular": "^1.7.5", |
| 41 | "bootstrap": "^4.1.3", | 42 | "bootstrap": "^4.1.3", |
| 42 | "font-awesome": "^4.7.0", | 43 | "font-awesome": "^4.7.0", |
| 43 | "gulp": "^3.9.1", | 44 | "gulp": "^3.9.1", |
| 44 | "gulp-angular-templatecache": "^2.2.2", | 45 | "gulp-angular-templatecache": "^2.2.2", |
| 45 | "gulp-clean": "^0.4.0", | 46 | "gulp-clean": "^0.4.0", |
| 46 | "gulp-concat": "^2.6.1", | 47 | "gulp-concat": "^2.6.1", |
| 47 | "gulp-connect": "^5.6.1", | 48 | "gulp-connect": "^5.6.1", |
| 48 | "gulp-htmlmin": "^5.0.1", | 49 | "gulp-htmlmin": "^5.0.1", |
| 49 | "gulp-jshint": "^2.1.0", | 50 | "gulp-jshint": "^2.1.0", |
| 50 | "gulp-rename": "^1.4.0", | 51 | "gulp-rename": "^1.4.0", |
| 51 | "gulp-replace": "^1.0.0", | 52 | "gulp-replace": "^1.0.0", |
| 52 | "gulp-uglify": "^3.0.1", | 53 | "gulp-uglify": "^3.0.1", |
| 53 | "jasmine-core": "^3.3.0", | 54 | "jasmine-core": "^3.3.0", |
| 54 | "jquery": "^3.3.1", | 55 | "jquery": "^3.3.1", |
| 55 | "jshint": "^2.9.6", | 56 | "jshint": "^2.9.6", |
| 56 | "pre-commit": "^1.2.2", | 57 | "pre-commit": "^1.2.2", |
| 57 | "pump": "^3.0.0", | 58 | "pump": "^3.0.0", |
| 58 | "ui-bootstrap4": "^3.0.5", | 59 | "ui-bootstrap4": "^3.0.5", |
| 59 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git" | 60 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git" |
| 60 | } | 61 | } |
| 61 | } | 62 | } |
| 62 | 63 |