Commit a07eb461e846dbf2b012ffe9269b4b2b4d32fa72
1 parent
8c088fc687
Exists in
master
and in
1 other branch
configuración de archivo(nombre, descripción, git)
Showing
1 changed file
with
4 additions
and
7 deletions
Show diff stats
package.json
| 1 | 1 | { |
| 2 | - "name": "foca-abm-sectores", | |
| 2 | + "name": "foca-busqueda-cliente", | |
| 3 | 3 | "version": "1.0.0", |
| 4 | - "description": "ABM de sectores", | |
| 4 | + "description": "Búsqueda de clientes", | |
| 5 | 5 | "main": "dist/foca-abm-sectores.js", |
| 6 | 6 | "scripts": { |
| 7 | 7 | "test": "echo \"Error: no test specified\" && exit 1", |
| 8 | 8 | "compile": "gulp uglify && gulp html", |
| 9 | - "pre-commit": [ | |
| 10 | - "gulp-pre-commit" | |
| 11 | - ], | |
| 12 | 9 | "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js" |
| 13 | 10 | }, |
| 14 | 11 | "repository": { |
| 15 | 12 | "type": "git", |
| 16 | - "url": "https://192.168.0.11/modulos-npm/foca-abm-sectores.git" | |
| 13 | + "url": "https://192.168.0.11/modulos-npm/foca-busqueda-cliente.git" | |
| 17 | 14 | }, |
| 18 | 15 | "author": "Foca Software", |
| 19 | 16 | "license": "ISC", |
| ... | ... | @@ -41,7 +38,7 @@ |
| 41 | 38 | "angular-ui-bootstrap": "2.5.6", |
| 42 | 39 | "bootstrap": "4.1.3", |
| 43 | 40 | "font-awesome": "4.7.0", |
| 44 | - "gulp": "3.9.1", | |
| 41 | + "gulp": "^3.9.1", | |
| 45 | 42 | "gulp-angular-templatecache": "2.2.1", |
| 46 | 43 | "gulp-concat": "2.6.1", |
| 47 | 44 | "gulp-htmlmin": "5.0.1", |