Commit 4b67fc36f46111b9976f591829deb99d3b33751f
1 parent
79dbc02f5f
Exists in
master
and in
2 other branches
mala sintaxis
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
package.json
| 1 | { | 1 | { |
| 2 | "name": "foca--hoja-ruta", | 2 | "name": "foca-hoja-ruta", |
| 3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
| 4 | "description": "foca-hoja-ruta", | 4 | "description": "foca-hoja-ruta", |
| 5 | "main": "index.js", | 5 | "main": "index.js", |
| 6 | "scripts": { | 6 | "scripts": { |
| 7 | "test": "echo \"Error: no test specified\" && exit 1" | 7 | "test": "echo \"Error: no test specified\" && exit 1" |
| 8 | }, | 8 | }, |
| 9 | "repository": { | 9 | "repository": { |
| 10 | "type": "git", | 10 | "type": "git", |
| 11 | "url": "https://debo.suite.repo/modulos-npm/foca-hoja-ruta.git" | 11 | "url": "https://debo.suite.repo/modulos-npm/foca-hoja-ruta.git" |
| 12 | }, | 12 | }, |
| 13 | "author": "Foca Software", | 13 | "author": "Foca Software", |
| 14 | "license": "ISC", | 14 | "license": "ISC", |
| 15 | "devDependencies": { | 15 | "devDependencies": { |
| 16 | "angular": "^1.7.5", | 16 | "angular": "^1.7.5", |
| 17 | "angular-ladda": "^0.4.3", | 17 | "angular-ladda": "^0.4.3", |
| 18 | "angular-route": "^1.7.5", | 18 | "angular-route": "^1.7.5", |
| 19 | "bootstrap": "^4.1.3", | 19 | "bootstrap": "^4.1.3", |
| 20 | "foca-directivas": "git+https://debo.suite.repo/modulos-npm/foca-directivas.git", | 20 | "foca-directivas": "git+https://debo.suite.repo/modulos-npm/foca-directivas.git", |
| 21 | "foca-modal-remito": "git+https://debo.suite.repo/modulos-npm/foca-modal-remito.git", | 21 | "foca-modal-remito": "git+https://debo.suite.repo/modulos-npm/foca-modal-remito.git", |
| 22 | "font-awesome": "^4.7.0", | 22 | "font-awesome": "^4.7.0", |
| 23 | "gulp": "^3.9.1", | 23 | "gulp": "^3.9.1", |
| 24 | "gulp-angular-templatecache": "^2.2.5", | 24 | "gulp-angular-templatecache": "^2.2.5", |
| 25 | "gulp-clean": "^0.4.0", | 25 | "gulp-clean": "^0.4.0", |
| 26 | "gulp-concat": "^2.6.1", | 26 | "gulp-concat": "^2.6.1", |
| 27 | "gulp-connect": "^5.6.1", | 27 | "gulp-connect": "^5.6.1", |
| 28 | "gulp-htmlmin": "^5.0.1", | 28 | "gulp-htmlmin": "^5.0.1", |
| 29 | "gulp-jshint": "^2.1.0", | 29 | "gulp-jshint": "^2.1.0", |
| 30 | "gulp-rename": "^1.4.0", | 30 | "gulp-rename": "^1.4.0", |
| 31 | "gulp-replace": "^1.0.0", | 31 | "gulp-replace": "^1.0.0", |
| 32 | "gulp-sequence": "^1.0.0", | 32 | "gulp-sequence": "^1.0.0", |
| 33 | "gulp-uglify": "^3.0.1", | 33 | "gulp-uglify": "^3.0.1", |
| 34 | "jasmine-core": "^3.3.0", | 34 | "jasmine-core": "^3.3.0", |
| 35 | "jquery": "^3.3.1", | 35 | "jquery": "^3.3.1", |
| 36 | "jshint": "^2.9.6", | 36 | "jshint": "^2.9.6", |
| 37 | "ladda": "1.0.6", | 37 | "ladda": "1.0.6", |
| 38 | "pre-commit": "^1.2.2", | 38 | "pre-commit": "^1.2.2", |
| 39 | "pump": "^3.0.0", | 39 | "pump": "^3.0.0", |
| 40 | "ui-bootstrap4": "^3.0.5" | 40 | "ui-bootstrap4": "^3.0.5" |
| 41 | } | 41 | } |
| 42 | } | 42 | } |
| 43 | 43 |