Commit 0570263e98b3303f75e1e096f813df6044290640
1 parent
ef47d8e5fd
Exists in
master
cambio script postinstall por instrucción gulp
Agrego script install-dev
Showing
1 changed file
with
6 additions
and
4 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", | 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 && gulp clean-post-install", | 
| 10 | "install-dev": "npm install -D angular bootstrap angular-ui-bootstrap ui-bootstrap4 font-awesom jquery pre-commit jshint pump jasmine-core gulp gulp-connect gulp-angular-templatecache gulp-concat gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify gulp-clean" | ||
| 10 | }, | 11 | }, | 
| 11 | "repository": { | 12 | "repository": { | 
| 12 | "type": "git", | 13 | "type": "git", | 
| 13 | "url": "https://192.168.0.11/modulos-npm/foca-busqueda-cliente.git" | 14 | "url": "https://192.168.0.11/modulos-npm/foca-busqueda-cliente.git" | 
| 14 | }, | 15 | }, | 
| 15 | "author": "Foca Software", | 16 | "author": "Foca Software", | 
| 16 | "license": "ISC", | 17 | "license": "ISC", | 
| 17 | "peerDependencies": { | 18 | "peerDependencies": { | 
| 18 | "angular": "^1.7.x", | 19 | "angular": "^1.7.x", | 
| 19 | "bootstrap": "^4.1.x", | 20 | "bootstrap": "^4.1.x", | 
| 20 | "jquery": "^3.3.x", | 21 | "jquery": "^3.3.x", | 
| 21 | "font-awesome": "^4.7.x", | 22 | "font-awesome": "^4.7.x", | 
| 22 | "gulp": "^3.9.x", | 23 | "gulp": "^3.9.x", | 
| 23 | "gulp-concat": "2.6.x", | 24 | "gulp-concat": "2.6.x", | 
| 24 | "gulp-jshint": "^2.1.x", | 25 | "gulp-jshint": "^2.1.x", | 
| 25 | "gulp-rename": "^1.4.x", | 26 | "gulp-rename": "^1.4.x", | 
| 26 | "gulp-replace": "^1.0.x", | 27 | "gulp-replace": "^1.0.x", | 
| 27 | "gulp-uglify-es": "^1.0.x", | 28 | "gulp-uglify-es": "^1.0.x", | 
| 28 | "jshint": "^2.9.x", | 29 | "jshint": "^2.9.x", | 
| 29 | "pump": "^3.0.x" | 30 | "pump": "^3.0.x" | 
| 30 | }, | 31 | }, | 
| 31 | "devDependencies": { | 32 | "devDependencies": { | 
| 32 | "gulp-connect": "^5.6.1", | ||
| 33 | "jasmine-core": "3.2.1", | ||
| 34 | "pre-commit": "^1.2.2", | ||
| 35 | "angular": "1.7.4", | 33 | "angular": "1.7.4", | 
| 36 | "angular-ui-bootstrap": "2.5.6", | 34 | "angular-ui-bootstrap": "2.5.6", | 
| 37 | "bootstrap": "4.1.3", | 35 | "bootstrap": "4.1.3", | 
| 38 | "font-awesome": "4.7.0", | 36 | "font-awesome": "4.7.0", | 
| 39 | "gulp": "^3.9.1", | 37 | "gulp": "^3.9.1", | 
| 40 | "gulp-angular-templatecache": "2.2.1", | 38 | "gulp-angular-templatecache": "2.2.1", | 
| 39 | "gulp-clean": "^0.4.0", | ||
| 41 | "gulp-concat": "2.6.1", | 40 | "gulp-concat": "2.6.1", | 
| 41 | "gulp-connect": "^5.6.1", | ||
| 42 | "gulp-htmlmin": "5.0.1", | 42 | "gulp-htmlmin": "5.0.1", | 
| 43 | "gulp-jshint": "2.1.0", | 43 | "gulp-jshint": "2.1.0", | 
| 44 | "gulp-rename": "1.4.0", | 44 | "gulp-rename": "1.4.0", | 
| 45 | "gulp-replace": "1.0.0", | 45 | "gulp-replace": "1.0.0", | 
| 46 | "gulp-uglify-es": "1.0.4", | 46 | "gulp-uglify-es": "1.0.4", | 
| 47 | "jasmine-core": "3.2.1", | ||
| 47 | "jquery": "3.3.1", | 48 | "jquery": "3.3.1", | 
| 48 | "jshint": "2.9.6", | 49 | "jshint": "2.9.6", | 
| 50 | "pre-commit": "^1.2.2", | ||
| 49 | "pump": "3.0.0", | 51 | "pump": "3.0.0", | 
| 50 | "ui-bootstrap4": "^3.0.5" | 52 | "ui-bootstrap4": "^3.0.5" |