Commit 9b19e18baf6c2dedada1a75bb1edc46a8c1240c6
1 parent
5a5802ee27
Exists in
master
and in
1 other branch
Agregada version
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
package.json
1 | { | 1 | { |
2 | "name": "foca-modal-precio-condiciones", | 2 | "name": "foca-modal-precio-condiciones", |
3 | "version": "0.0.1", | 3 | "version": "v0.1.1A", |
4 | "description": "Modal de búsqueda de precios y condiciones", | 4 | "description": "Modal de búsqueda de precios y condiciones", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "refresh": "gulp uglify && cp tmp/foca-modal-precio-condiciones.js ../wrapper-demo/node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js", | 7 | "refresh": "gulp uglify && cp tmp/foca-modal-precio-condiciones.js ../wrapper-demo/node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.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 install -D angular font-awesome jquery bootstrap ui-bootstrap4 jshint gulp gulp-uglify gulp-concat gulp-htmlmin gulp-rename gulp-uglify gulp-jshint gulp-replace gulp-connect gulp-clean gulp-angular-templatecache git+ssh://git@git.focasoftware.com:npm/foca-directivas.git git+ssh://git@git.focasoftware.com:npm/foca-modal.git" | 12 | "install-dev": "npm install -D angular font-awesome jquery bootstrap ui-bootstrap4 jshint gulp gulp-uglify gulp-concat gulp-htmlmin gulp-rename gulp-uglify gulp-jshint gulp-replace gulp-connect gulp-clean gulp-angular-templatecache git+ssh://git@git.focasoftware.com:npm/foca-directivas.git git+ssh://git@git.focasoftware.com:npm/foca-modal.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": "https://debo.suite.repo/modulos-npm/foca-modal-precio-condiciones.git" | 19 | "url": "https://debo.suite.repo/modulos-npm/foca-modal-precio-condiciones.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 | "bootstrap": "^4.1.3", | 25 | "bootstrap": "^4.1.3", |
26 | "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", | 26 | "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", |
27 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git", | 27 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git", |
28 | "font-awesome": "^4.7.0", | 28 | "font-awesome": "^4.7.0", |
29 | "gulp": "^3.9.1", | 29 | "gulp": "^3.9.1", |
30 | "gulp-angular-templatecache": "^2.2.2", | 30 | "gulp-angular-templatecache": "^2.2.2", |
31 | "gulp-clean": "^0.4.0", | 31 | "gulp-clean": "^0.4.0", |
32 | "gulp-concat": "^2.6.1", | 32 | "gulp-concat": "^2.6.1", |
33 | "gulp-connect": "^5.6.1", | 33 | "gulp-connect": "^5.6.1", |
34 | "gulp-htmlmin": "^5.0.1", | 34 | "gulp-htmlmin": "^5.0.1", |
35 | "gulp-jshint": "^2.1.0", | 35 | "gulp-jshint": "^2.1.0", |
36 | "gulp-rename": "^1.4.0", | 36 | "gulp-rename": "^1.4.0", |
37 | "gulp-replace": "^1.0.0", | 37 | "gulp-replace": "^1.0.0", |
38 | "gulp-uglify": "^3.0.1", | 38 | "gulp-uglify": "^3.0.1", |
39 | "jquery": "^3.3.1", | 39 | "jquery": "^3.3.1", |
40 | "jshint": "^2.9.6", | 40 | "jshint": "^2.9.6", |
41 | "pump": "^3.0.0", | 41 | "pump": "^3.0.0", |
42 | "ui-bootstrap4": "^3.0.5", | 42 | "ui-bootstrap4": "^3.0.5", |
43 | "popper.js": "^1.15.0" | 43 | "popper.js": "^1.15.0" |
44 | } | 44 | } |
45 | } | 45 | } |
46 | 46 |