Commit 56b01548c76917c7411b5d9a59e10cd71f2724c2

Authored by Marcelo Puebla
1 parent 8662ff21b4
Exists in develop

Fix

Borrada linea duplicada
Showing 1 changed file with 3 additions and 1 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 "frefresh": "gulp uglify && cp tmp/foca-botonera-facturador.js ../wrapper-facturador/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 "refresh": "gulp uglify && cp tmp/foca-botonera-facturador.js ../wrapper-demo/node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js",
9 "test": "echo \"Error: no test specified\" && exit 1", 9 "test": "echo \"Error: no test specified\" && exit 1",
10 "compile": "gulp uglify", 10 "compile": "gulp uglify",
11 "gulp-pre-commit": "gulp pre-commit", 11 "gulp-pre-commit": "gulp pre-commit",
12 "postinstall": "npm run compile && gulp clean-post-install", 12 "postinstall": "npm run compile && gulp clean-post-install",
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 "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",
14 "frefresh": "gulp uglify && cp tmp/foca-botonera-facturador.js ../wrapper-facturador/node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"
15 }, 14 },
16 "pre-commit": [ 15 "pre-commit": [
17 "gulp-pre-commit" 16 "gulp-pre-commit"
18 ], 17 ],
19 "repository": { 18 "repository": {
20 "type": "git", 19 "type": "git",
21 "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"
22 }, 21 },
23 "author": "Foca Software", 22 "author": "Foca Software",
24 "license": "ISC", 23 "license": "ISC",
25 "peerDependencies": { 24 "peerDependencies": {
26 "angular": "^1.7.x", 25 "angular": "^1.7.x",
27 "bootstrap": "^4.1.x", 26 "bootstrap": "^4.1.x",
28 "jquery": "^3.3.x", 27 "jquery": "^3.3.x",
29 "font-awesome": "^4.7.x", 28 "font-awesome": "^4.7.x",
30 "gulp": "^3.9.x", 29 "gulp": "^3.9.x",
31 "gulp-concat": "2.6.x", 30 "gulp-concat": "2.6.x",
32 "gulp-jshint": "^2.1.x", 31 "gulp-jshint": "^2.1.x",
33 "gulp-rename": "^1.4.x", 32 "gulp-rename": "^1.4.x",
34 "gulp-replace": "^1.0.x", 33 "gulp-replace": "^1.0.x",
35 "gulp-uglify-es": "^1.0.x", 34 "gulp-uglify-es": "^1.0.x",
36 "jshint": "^2.9.x", 35 "jshint": "^2.9.x",
37 "pump": "^3.0.x" 36 "pump": "^3.0.x"
38 }, 37 },
39 "devDependencies": { 38 "devDependencies": {
40 "angular": "^1.7.6", 39 "angular": "^1.7.6",
41 "angular-route": "^1.7.5", 40 "angular-route": "^1.7.5",
42 "angular-sanitize": "^1.7.6", 41 "angular-sanitize": "^1.7.6",
43 "bootstrap": "^4.2.1", 42 "bootstrap": "^4.2.1",
44 "font-awesome": "^4.7.0", 43 "font-awesome": "^4.7.0",
45 "gulp": "^3.9.1", 44 "gulp": "^3.9.1",
46 "gulp-angular-templatecache": "^2.2.6", 45 "gulp-angular-templatecache": "^2.2.6",
47 "gulp-clean": "^0.4.0", 46 "gulp-clean": "^0.4.0",
48 "gulp-concat": "^2.6.1", 47 "gulp-concat": "^2.6.1",
49 "gulp-connect": "^5.7.0", 48 "gulp-connect": "^5.7.0",
50 "gulp-htmlmin": "^5.0.1", 49 "gulp-htmlmin": "^5.0.1",
51 "gulp-jshint": "^2.1.0", 50 "gulp-jshint": "^2.1.0",
52 "gulp-rename": "^1.4.0", 51 "gulp-rename": "^1.4.0",
53 "gulp-replace": "^1.0.0", 52 "gulp-replace": "^1.0.0",
54 "gulp-sass": "^4.0.2", 53 "gulp-sass": "^4.0.2",
55 "gulp-uglify-es": "^1.0.4", 54 "gulp-uglify-es": "^1.0.4",
56 "jasmine-core": "^3.3.0", 55 "jasmine-core": "^3.3.0",
57 "jquery": "^3.3.1", 56 "jquery": "^3.3.1",
58 "jshint": "^2.9.7", 57 "jshint": "^2.9.7",
59 "pre-commit": "^1.2.2", 58 "pre-commit": "^1.2.2",
60 "pump": "^3.0.0" 59 "pump": "^3.0.0"
60 },
61 "dependencies": {
62 "node-sass": "^4.13.1"
61 } 63 }
62 } 64 }