Commit 4eabd77733aae131dc4a5c6eeac7cc520322fb2a

Authored by Eric Fernandez
1 parent 12b39ed616
Exists in master

Configuracion package.json

Showing 1 changed file with 5 additions and 8 deletions   Show diff stats
1 1 {
2   - "name": "foca-navegacion-doble",
  2 + "name": "foca-modal-vendedores",
3 3 "version": "0.0.1",
4   - "description": "Menu de navegacion de doble entrada",
  4 + "description": "Modal búsqueda de vendedores",
5 5 "main": "index.js",
6 6 "scripts": {
7 7 "test": "echo \"Error: no test specified\" && exit 1",
8   - "compile": "gulp templates && gulp uglify",
9   - "pre-commit": [
10   - "gulp-pre-commit"
11   - ],
  8 + "compile": "gulp templates && gulp uglify",
12 9 "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js",
13 10 "install-dev": "npm install angular bootstrap jquery font-awesome gulp gulp-concat gulp-jshint gulp-rename gulp-replace gulp-uglify-es jshint pump gulp-connect jasmine-core pre-commit"
14 11 },
15 12 "repository": {
16 13 "type": "git",
17   - "url": "https://192.168.0.11/modulos-npm/foca-navegacion-doble"
  14 + "url": "https://192.168.0.11/modulos-npm/foca-modal-vendedores.git"
18 15 },
19   - "author": "Nicolás Guarnieri",
  16 + "author": "Foca Software",
20 17 "license": "ISC",
21 18 "peerDependencies": {
22 19 "angular": "^1.7.4",