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