Commit e5dd5c1f9e21f2239d82da06ce99c9f95343a35d
1 parent
3ce2a8cdb0
Exists in
master
and in
1 other branch
Update package.json
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
package.json
| 1 | { | 1 | { |
| 2 | "name": "foca-busqueda-cliente", | 2 | "name": "foca-busqueda-cliente", |
| 3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
| 4 | "description": "Búsqueda de clientes", | 4 | "description": "Búsqueda de clientes", |
| 5 | "main": "dist/foca-abm-sectores.js", | 5 | "main": "dist/foca-abm-sectores.js", |
| 6 | "scripts": { | 6 | "scripts": { |
| 7 | "test": "echo \"Error: no test specified\" && exit 1", | 7 | "test": "echo \"Error: no test specified\" && exit 1", |
| 8 | "compile": "gulp uglify && gulp html", | 8 | "compile": "gulp uglify", |
| 9 | "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js" | 9 | "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js" |
| 10 | }, | 10 | }, |
| 11 | "repository": { | 11 | "repository": { |
| 12 | "type": "git", | 12 | "type": "git", |
| 13 | "url": "https://192.168.0.11/modulos-npm/foca-busqueda-cliente.git" | 13 | "url": "https://192.168.0.11/modulos-npm/foca-busqueda-cliente.git" |
| 14 | }, | 14 | }, |
| 15 | "author": "Foca Software", | 15 | "author": "Foca Software", |
| 16 | "license": "ISC", | 16 | "license": "ISC", |
| 17 | "peerDependencies": { | 17 | "peerDependencies": { |
| 18 | "angular": "^1.7.x", | 18 | "angular": "^1.7.x", |
| 19 | "bootstrap": "^4.1.x", | 19 | "bootstrap": "^4.1.x", |
| 20 | "jquery": "^3.3.x", | 20 | "jquery": "^3.3.x", |
| 21 | "font-awesome": "^4.7.x", | 21 | "font-awesome": "^4.7.x", |
| 22 | "gulp": "^3.9.x", | 22 | "gulp": "^3.9.x", |
| 23 | "gulp-concat": "2.6.x", | 23 | "gulp-concat": "2.6.x", |
| 24 | "gulp-jshint": "^2.1.x", | 24 | "gulp-jshint": "^2.1.x", |
| 25 | "gulp-rename": "^1.4.x", | 25 | "gulp-rename": "^1.4.x", |
| 26 | "gulp-replace": "^1.0.x", | 26 | "gulp-replace": "^1.0.x", |
| 27 | "gulp-uglify-es": "^1.0.x", | 27 | "gulp-uglify-es": "^1.0.x", |
| 28 | "jshint": "^2.9.x", | 28 | "jshint": "^2.9.x", |
| 29 | "pump": "^3.0.x" | 29 | "pump": "^3.0.x" |
| 30 | }, | 30 | }, |
| 31 | "devDependencies": { | 31 | "devDependencies": { |
| 32 | "gulp-connect": "^5.6.1", | 32 | "gulp-connect": "^5.6.1", |
| 33 | "jasmine-core": "3.2.1", | 33 | "jasmine-core": "3.2.1", |
| 34 | "pre-commit": "^1.2.2" | 34 | "pre-commit": "^1.2.2" |
| 35 | }, | 35 | }, |
| 36 | "dependencies": { | 36 | "dependencies": { |
| 37 | "angular": "1.7.4", | 37 | "angular": "1.7.4", |
| 38 | "angular-ui-bootstrap": "2.5.6", | 38 | "angular-ui-bootstrap": "2.5.6", |
| 39 | "bootstrap": "4.1.3", | 39 | "bootstrap": "4.1.3", |
| 40 | "font-awesome": "4.7.0", | 40 | "font-awesome": "4.7.0", |
| 41 | "gulp": "^3.9.1", | 41 | "gulp": "^3.9.1", |
| 42 | "gulp-angular-templatecache": "2.2.1", | 42 | "gulp-angular-templatecache": "2.2.1", |
| 43 | "gulp-concat": "2.6.1", | 43 | "gulp-concat": "2.6.1", |
| 44 | "gulp-htmlmin": "5.0.1", | 44 | "gulp-htmlmin": "5.0.1", |
| 45 | "gulp-jshint": "2.1.0", | 45 | "gulp-jshint": "2.1.0", |
| 46 | "gulp-rename": "1.4.0", | 46 | "gulp-rename": "1.4.0", |
| 47 | "gulp-replace": "1.0.0", | 47 | "gulp-replace": "1.0.0", |
| 48 | "gulp-uglify-es": "1.0.4", | 48 | "gulp-uglify-es": "1.0.4", |
| 49 | "jquery": "3.3.1", | 49 | "jquery": "3.3.1", |
| 50 | "jshint": "2.9.6", | 50 | "jshint": "2.9.6", |
| 51 | "pump": "3.0.0" | 51 | "pump": "3.0.0" |
| 52 | } | 52 | } |
| 53 | } | 53 | } |
| 54 | 54 |