Commit 6499a4949dc14b9d917e7495253e1aa8d9cd8f94
Exists in
master
and in
2 other branches
Merge branch 'master' into 'master'
Master See merge request !2
Showing
1 changed file
Show diff stats
package.json
| 1 | { | 1 | { |
| 2 | "name": "foca-abm-vehiculo", | 2 | "name": "foca-abm-chofer", |
| 3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
| 4 | "description": "Abm de vehiculo", | 4 | "description": "Abm de chofer", |
| 5 | "main": "index.html", | 5 | "main": "index.html", |
| 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 | "gulp-pre-commit": "gulp pre-commit", | 9 | "gulp-pre-commit": "gulp pre-commit", |
| 10 | "postinstall": "npm run compile && gulp clean-post-install", | 10 | "postinstall": "npm run compile && gulp clean-post-install", |
| 11 | "install-dev": "npm install -D angular bootstrap ui-bootstrap4 font-awesome jquery gulp gulp-connect jasmine-core pre-commit gulp-angular-templatecache gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es gulp-uglify gulp-clean jshint pump git+http://git.focasoftware.com/npm/foca-modal.git" | 11 | "install-dev": "npm install -D angular bootstrap ui-bootstrap4 font-awesome jquery gulp gulp-connect jasmine-core pre-commit gulp-angular-templatecache gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es gulp-uglify gulp-clean jshint pump git+http://git.focasoftware.com/npm/foca-modal.git" |
| 12 | }, | 12 | }, |
| 13 | "pre-commit": [ | 13 | "pre-commit": [ |
| 14 | "gulp-pre-commit" | 14 | "gulp-pre-commit" |
| 15 | ], | 15 | ], |
| 16 | "repository": { | 16 | "repository": { |
| 17 | "type": "git", | 17 | "type": "git", |
| 18 | "url": "http://git.focasoftware.com/npm/foca-abm-vehiculo.git" | 18 | "url": "http://git.focasoftware.com/npm/foca-abm-chofer.git" |
| 19 | }, | 19 | }, |
| 20 | "author": "Foca Software", | 20 | "author": "Foca Software", |
| 21 | "license": "ISC", | 21 | "license": "ISC", |
| 22 | "peerDependencies": { | 22 | "peerDependencies": { |
| 23 | "angular": "^1.7.x", | 23 | "angular": "^1.7.x", |
| 24 | "angular-route": "^1.7.x", | 24 | "angular-route": "^1.7.x", |
| 25 | "bootstrap": "^4.1.x", | 25 | "bootstrap": "^4.1.x", |
| 26 | "jquery": "^3.3.x", | 26 | "jquery": "^3.3.x", |
| 27 | "font-awesome": "^4.7.x", | 27 | "font-awesome": "^4.7.x", |
| 28 | "gulp": "^3.9.x", | 28 | "gulp": "^3.9.x", |
| 29 | "gulp-concat": "2.6.x", | 29 | "gulp-concat": "2.6.x", |
| 30 | "gulp-jshint": "^2.1.x", | 30 | "gulp-jshint": "^2.1.x", |
| 31 | "gulp-rename": "^1.4.x", | 31 | "gulp-rename": "^1.4.x", |
| 32 | "gulp-replace": "^1.0.x", | 32 | "gulp-replace": "^1.0.x", |
| 33 | "gulp-uglify-es": "^1.0.x", | 33 | "gulp-uglify-es": "^1.0.x", |
| 34 | "jshint": "^2.9.x", | 34 | "jshint": "^2.9.x", |
| 35 | "pump": "^3.0.x" | 35 | "pump": "^3.0.x" |
| 36 | }, | 36 | }, |
| 37 | "devDependencies": { | 37 | "devDependencies": { |
| 38 | "angular": "^1.7.5", | 38 | "angular": "^1.7.5", |
| 39 | "angular-route": "^1.7.5", | 39 | "angular-route": "^1.7.5", |
| 40 | "bootstrap": "^4.1.3", | 40 | "bootstrap": "^4.1.3", |
| 41 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git", | 41 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git", |
| 42 | "font-awesome": "^4.7.0", | 42 | "font-awesome": "^4.7.0", |
| 43 | "gulp": "^3.9.1", | 43 | "gulp": "^3.9.1", |
| 44 | "gulp-angular-templatecache": "^2.2.5", | 44 | "gulp-angular-templatecache": "^2.2.5", |
| 45 | "gulp-clean": "^0.4.0", | 45 | "gulp-clean": "^0.4.0", |
| 46 | "gulp-connect": "^5.6.1", | 46 | "gulp-connect": "^5.6.1", |
| 47 | "gulp-htmlmin": "^5.0.1", | 47 | "gulp-htmlmin": "^5.0.1", |
| 48 | "gulp-jshint": "^2.1.0", | 48 | "gulp-jshint": "^2.1.0", |
| 49 | "gulp-rename": "^1.4.0", | 49 | "gulp-rename": "^1.4.0", |
| 50 | "gulp-replace": "^1.0.0", | 50 | "gulp-replace": "^1.0.0", |
| 51 | "gulp-uglify": "^3.0.1", | 51 | "gulp-uglify": "^3.0.1", |
| 52 | "gulp-uglify-es": "^1.0.4", | 52 | "gulp-uglify-es": "^1.0.4", |
| 53 | "jasmine-core": "^3.3.0", | 53 | "jasmine-core": "^3.3.0", |
| 54 | "jquery": "^3.3.1", | 54 | "jquery": "^3.3.1", |
| 55 | "jshint": "^2.9.6", | 55 | "jshint": "^2.9.6", |
| 56 | "pre-commit": "^1.2.2", | 56 | "pre-commit": "^1.2.2", |
| 57 | "pump": "^3.0.0", | 57 | "pump": "^3.0.0", |
| 58 | "ui-bootstrap4": "^3.0.5" | 58 | "ui-bootstrap4": "^3.0.5" |
| 59 | } | 59 | } |
| 60 | } | 60 | } |
| 61 | 61 |