Commit d7ee920898f86136a77166cb9884fc63183658ee

Authored by Marcelo Puebla
1 parent cc2197abce

Comando para refrescar en wrapper-facturador.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
1 { 1 {
2 "name": "foca-botonera-facturador", 2 "name": "foca-botonera-facturador",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "Componente de botonera en facturadores", 4 "description": "Componente de botonera en facturadores",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "frefresh": "gulp uglify && cp tmp/foca-botonera-facturador.js ../wrapper-facturador/node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js",
7 "refresh": "gulp uglify && cp tmp/foca-botonera-facturador.js ../wrapper-demo/node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js", 8 "refresh": "gulp uglify && cp tmp/foca-botonera-facturador.js ../wrapper-demo/node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js",
8 "test": "echo \"Error: no test specified\" && exit 1", 9 "test": "echo \"Error: no test specified\" && exit 1",
9 "compile": "gulp uglify", 10 "compile": "gulp uglify",
10 "gulp-pre-commit": "gulp pre-commit", 11 "gulp-pre-commit": "gulp pre-commit",
11 "postinstall": "npm run compile && gulp clean-post-install", 12 "postinstall": "npm run compile && gulp clean-post-install",
12 "install-dev": "npm install -D angular bootstrap font-awesome gulp gulp-angular-templatecache gulp-clean gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es jasmine-core jquery jshint pre-commit pump && npm install angular-sanitize" 13 "install-dev": "npm install -D angular bootstrap font-awesome gulp gulp-angular-templatecache gulp-clean gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es jasmine-core jquery jshint pre-commit pump && npm install angular-sanitize"
13 }, 14 },
14 "pre-commit": [ 15 "pre-commit": [
15 "gulp-pre-commit" 16 "gulp-pre-commit"
16 ], 17 ],
17 "repository": { 18 "repository": {
18 "type": "git", 19 "type": "git",
19 "url": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git" 20 "url": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git"
20 }, 21 },
21 "author": "Foca Software", 22 "author": "Foca Software",
22 "license": "ISC", 23 "license": "ISC",
23 "peerDependencies": { 24 "peerDependencies": {
24 "angular": "^1.7.x", 25 "angular": "^1.7.x",
25 "bootstrap": "^4.1.x", 26 "bootstrap": "^4.1.x",
26 "jquery": "^3.3.x", 27 "jquery": "^3.3.x",
27 "font-awesome": "^4.7.x", 28 "font-awesome": "^4.7.x",
28 "gulp": "^3.9.x", 29 "gulp": "^3.9.x",
29 "gulp-concat": "2.6.x", 30 "gulp-concat": "2.6.x",
30 "gulp-jshint": "^2.1.x", 31 "gulp-jshint": "^2.1.x",
31 "gulp-rename": "^1.4.x", 32 "gulp-rename": "^1.4.x",
32 "gulp-replace": "^1.0.x", 33 "gulp-replace": "^1.0.x",
33 "gulp-uglify-es": "^1.0.x", 34 "gulp-uglify-es": "^1.0.x",
34 "jshint": "^2.9.x", 35 "jshint": "^2.9.x",
35 "pump": "^3.0.x" 36 "pump": "^3.0.x"
36 }, 37 },
37 "devDependencies": { 38 "devDependencies": {
38 "angular": "^1.7.6", 39 "angular": "^1.7.6",
39 "angular-route": "^1.7.5", 40 "angular-route": "^1.7.5",
40 "angular-sanitize": "^1.7.6", 41 "angular-sanitize": "^1.7.6",
41 "bootstrap": "^4.2.1", 42 "bootstrap": "^4.2.1",
42 "font-awesome": "^4.7.0", 43 "font-awesome": "^4.7.0",
43 "gulp": "^3.9.1", 44 "gulp": "^3.9.1",
44 "gulp-angular-templatecache": "^2.2.6", 45 "gulp-angular-templatecache": "^2.2.6",
45 "gulp-clean": "^0.4.0", 46 "gulp-clean": "^0.4.0",
46 "gulp-concat": "^2.6.1", 47 "gulp-concat": "^2.6.1",
47 "gulp-connect": "^5.7.0", 48 "gulp-connect": "^5.7.0",
48 "gulp-htmlmin": "^5.0.1", 49 "gulp-htmlmin": "^5.0.1",
49 "gulp-jshint": "^2.1.0", 50 "gulp-jshint": "^2.1.0",
50 "gulp-rename": "^1.4.0", 51 "gulp-rename": "^1.4.0",
51 "gulp-replace": "^1.0.0", 52 "gulp-replace": "^1.0.0",
52 "gulp-sass": "^4.0.2", 53 "gulp-sass": "^4.0.2",
53 "gulp-uglify-es": "^1.0.4", 54 "gulp-uglify-es": "^1.0.4",
54 "jasmine-core": "^3.3.0", 55 "jasmine-core": "^3.3.0",
55 "jquery": "^3.3.1", 56 "jquery": "^3.3.1",
56 "jshint": "^2.9.7", 57 "jshint": "^2.9.7",
57 "pre-commit": "^1.2.2", 58 "pre-commit": "^1.2.2",
58 "pump": "^3.0.0" 59 "pump": "^3.0.0"
59 } 60 }
60 } 61 }
61 62