Commit a13b998b6316b846136abf232d59b77590f658d6

Authored by Marcelo Puebla
1 parent 0bc0b0332b
Exists in master and in 1 other branch facturador

Agregado comando para refrescar.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
1 { 1 {
2 "name": "foca-botonera-principal", 2 "name": "foca-botonera-principal",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "Botonera principal", 4 "description": "Botonera principal",
5 "scripts": { 5 "scripts": {
6 "refresh": "gulp uglify && cp tmp/foca-botonera-principal.js ../wrapper-demo/node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js",
6 "test": "echo \"Error: no test specified\" && exit 1", 7 "test": "echo \"Error: no test specified\" && exit 1",
7 "gulp-pre-commit": "gulp pre-commit", 8 "gulp-pre-commit": "gulp pre-commit",
8 "compile": "gulp uglify", 9 "compile": "gulp uglify",
9 "postinstall": "npm run compile && gulp clean-post-install", 10 "postinstall": "npm run compile && gulp clean-post-install",
10 "install-dev": "npm install -D angular bootstrap font-awesome gulp gulp-angular-templatecache gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify gulp-clean jasmine-core jquery jshint pre-commit pump ui-bootstrap4" 11 "install-dev": "npm install -D angular bootstrap font-awesome gulp gulp-angular-templatecache gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify gulp-clean jasmine-core jquery jshint pre-commit pump ui-bootstrap4"
11 }, 12 },
12 "pre-commit": [ 13 "pre-commit": [
13 "gulp-pre-commit" 14 "gulp-pre-commit"
14 ], 15 ],
15 "repository": { 16 "repository": {
16 "type": "git", 17 "type": "git",
17 "url": "https://debo.suite.repo/modulos-npm/foca-botonera-principal" 18 "url": "https://debo.suite.repo/modulos-npm/foca-botonera-principal"
18 }, 19 },
19 "author": "Foca Software", 20 "author": "Foca Software",
20 "license": "ISC", 21 "license": "ISC",
21 "peerDependencies": { 22 "peerDependencies": {
22 "angular": "^1.7.4", 23 "angular": "^1.7.4",
23 "bootstrap": "^4.1.3", 24 "bootstrap": "^4.1.3",
24 "font-awesome": "^4.7.0", 25 "font-awesome": "^4.7.0",
25 "ui-bootstrap4": "^3.0.4", 26 "ui-bootstrap4": "^3.0.4",
26 "gulp": "^3.9.1", 27 "gulp": "^3.9.1",
27 "gulp-angular-templatecache": "^2.2.1", 28 "gulp-angular-templatecache": "^2.2.1",
28 "gulp-concat": "^2.6.1", 29 "gulp-concat": "^2.6.1",
29 "gulp-connect": "^5.6.1", 30 "gulp-connect": "^5.6.1",
30 "gulp-htmlmin": "^5.0.1", 31 "gulp-htmlmin": "^5.0.1",
31 "gulp-rename": "^1.4.0", 32 "gulp-rename": "^1.4.0",
32 "gulp-replace": "^1.0.0", 33 "gulp-replace": "^1.0.0",
33 "gulp-uglify": "^3.0.1", 34 "gulp-uglify": "^3.0.1",
34 "jquery": "^3.3.1", 35 "jquery": "^3.3.1",
35 "pump": "^3.0.0", 36 "pump": "^3.0.0",
36 "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git" 37 "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git"
37 }, 38 },
38 "devDependencies": { 39 "devDependencies": {
39 "angular": "^1.7.5", 40 "angular": "^1.7.5",
40 "bootstrap": "^4.1.3", 41 "bootstrap": "^4.1.3",
41 "font-awesome": "^4.7.0", 42 "font-awesome": "^4.7.0",
42 "gulp": "^3.9.1", 43 "gulp": "^3.9.1",
43 "gulp-angular-templatecache": "^2.2.2", 44 "gulp-angular-templatecache": "^2.2.2",
44 "gulp-clean": "^0.4.0", 45 "gulp-clean": "^0.4.0",
45 "gulp-concat": "^2.6.1", 46 "gulp-concat": "^2.6.1",
46 "gulp-connect": "^5.6.1", 47 "gulp-connect": "^5.6.1",
47 "gulp-htmlmin": "^5.0.1", 48 "gulp-htmlmin": "^5.0.1",
48 "gulp-jshint": "^2.1.0", 49 "gulp-jshint": "^2.1.0",
49 "gulp-rename": "^1.4.0", 50 "gulp-rename": "^1.4.0",
50 "gulp-replace": "^1.0.0", 51 "gulp-replace": "^1.0.0",
51 "gulp-uglify": "^3.0.1", 52 "gulp-uglify": "^3.0.1",
52 "jasmine-core": "^3.3.0", 53 "jasmine-core": "^3.3.0",
53 "jquery": "^3.3.1", 54 "jquery": "^3.3.1",
54 "jshint": "^2.9.6", 55 "jshint": "^2.9.6",
55 "pre-commit": "^1.2.2", 56 "pre-commit": "^1.2.2",
56 "pump": "^3.0.0", 57 "pump": "^3.0.0",
57 "ui-bootstrap4": "^3.0.5", 58 "ui-bootstrap4": "^3.0.5",
58 "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git" 59 "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git"
59 } 60 }
60 } 61 }
61 62