Commit 3cf40228addfa3221787d70421c3947d11a34430

Authored by Marcelo Puebla
1 parent 0fed68f2e7
Exists in master

Comando para refrescar componenete.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
1 { 1 {
2 "name": "foca-crear-hoja-ruta", 2 "name": "foca-crear-hoja-ruta",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "foca-crear-hoja-ruta", 4 "description": "foca-crear-hoja-ruta",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "refresh" : "gulp uglify && cp tmp/foca-crear-hoja-ruta.js ../wrapper-demo/node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.min.js",
7 "test": "test.html", 8 "test": "test.html",
8 "compile": "gulp uglify", 9 "compile": "gulp uglify",
9 "gulp-pre-commit": "gulp pre-commit", 10 "gulp-pre-commit": "gulp pre-commit",
10 "postinstall": "npm run compile && gulp clean-post-install", 11 "postinstall": "npm run compile && gulp clean-post-install",
11 "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify jquery jshint pump git+http://git.focasoftware.com/npm/foca-botonera-facturador.git git+http://git.focasoftware.com/npm/foca-directivas.git git+http://git.focasoftware.com/npm/foca-modal-remito.git" 12 "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify jquery jshint pump git+http://git.focasoftware.com/npm/foca-botonera-facturador.git git+http://git.focasoftware.com/npm/foca-directivas.git git+http://git.focasoftware.com/npm/foca-modal-remito.git"
12 }, 13 },
13 "pre-commit": [ 14 "pre-commit": [
14 "gulp-pre-commit" 15 "gulp-pre-commit"
15 ], 16 ],
16 "repository": { 17 "repository": {
17 "type": "git", 18 "type": "git",
18 "url": "https://debo.suite.repo/modulos-npm/foca-crear-hoja-ruta.git" 19 "url": "https://debo.suite.repo/modulos-npm/foca-crear-hoja-ruta.git"
19 }, 20 },
20 "author": "Foca Software", 21 "author": "Foca Software",
21 "license": "ISC", 22 "license": "ISC",
22 "devDependencies": { 23 "devDependencies": {
23 "angular": "^1.7.5", 24 "angular": "^1.7.5",
24 "angular-ladda": "^0.4.3", 25 "angular-ladda": "^0.4.3",
25 "angular-mocks": "^1.7.7", 26 "angular-mocks": "^1.7.7",
26 "angular-route": "^1.7.5", 27 "angular-route": "^1.7.5",
27 "bootstrap": "^4.1.3", 28 "bootstrap": "^4.1.3",
28 "foca-botonera-facturador": "git+http://git.focasoftware.com/npm/foca-botonera-facturador.git", 29 "foca-botonera-facturador": "git+http://git.focasoftware.com/npm/foca-botonera-facturador.git",
29 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", 30 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git",
30 "foca-modal-remito": "git+http://git.focasoftware.com/npm/foca-modal-remito.git", 31 "foca-modal-remito": "git+http://git.focasoftware.com/npm/foca-modal-remito.git",
31 "font-awesome": "^4.7.0", 32 "font-awesome": "^4.7.0",
32 "gulp": "^3.9.1", 33 "gulp": "^3.9.1",
33 "gulp-angular-templatecache": "^2.2.5", 34 "gulp-angular-templatecache": "^2.2.5",
34 "gulp-clean": "^0.4.0", 35 "gulp-clean": "^0.4.0",
35 "gulp-concat": "^2.6.1", 36 "gulp-concat": "^2.6.1",
36 "gulp-connect": "^5.6.1", 37 "gulp-connect": "^5.6.1",
37 "gulp-htmlmin": "^5.0.1", 38 "gulp-htmlmin": "^5.0.1",
38 "gulp-jshint": "^2.1.0", 39 "gulp-jshint": "^2.1.0",
39 "gulp-rename": "^1.4.0", 40 "gulp-rename": "^1.4.0",
40 "gulp-replace": "^1.0.0", 41 "gulp-replace": "^1.0.0",
41 "gulp-sequence": "^1.0.0", 42 "gulp-sequence": "^1.0.0",
42 "gulp-uglify": "^3.0.1", 43 "gulp-uglify": "^3.0.1",
43 "jasmine-core": "^3.3.0", 44 "jasmine-core": "^3.3.0",
44 "jquery": "^3.3.1", 45 "jquery": "^3.3.1",
45 "jshint": "^2.9.6", 46 "jshint": "^2.9.6",
46 "ladda": "1.0.6", 47 "ladda": "1.0.6",
47 "pre-commit": "^1.2.2", 48 "pre-commit": "^1.2.2",
48 "pump": "^3.0.0", 49 "pump": "^3.0.0",
49 "ui-bootstrap4": "^3.0.5" 50 "ui-bootstrap4": "^3.0.5"
50 } 51 }
51 } 52 }
52 53