Commit c07bdf99a6e63946d203261a4f70d2eefbd19b7d

Authored by Marcelo Puebla
1 parent 56b01548c7
Exists in develop

Fix

Borrada coma
Showing 1 changed file with 1 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 }, 14 },
15 "pre-commit": [ 15 "pre-commit": [
16 "gulp-pre-commit" 16 "gulp-pre-commit"
17 ], 17 ],
18 "repository": { 18 "repository": {
19 "type": "git", 19 "type": "git",
20 "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"
21 }, 21 },
22 "author": "Foca Software", 22 "author": "Foca Software",
23 "license": "ISC", 23 "license": "ISC",
24 "peerDependencies": { 24 "peerDependencies": {
25 "angular": "^1.7.x", 25 "angular": "^1.7.x",
26 "bootstrap": "^4.1.x", 26 "bootstrap": "^4.1.x",
27 "jquery": "^3.3.x", 27 "jquery": "^3.3.x",
28 "font-awesome": "^4.7.x", 28 "font-awesome": "^4.7.x",
29 "gulp": "^3.9.x", 29 "gulp": "^3.9.x",
30 "gulp-concat": "2.6.x", 30 "gulp-concat": "2.6.x",
31 "gulp-jshint": "^2.1.x", 31 "gulp-jshint": "^2.1.x",
32 "gulp-rename": "^1.4.x", 32 "gulp-rename": "^1.4.x",
33 "gulp-replace": "^1.0.x", 33 "gulp-replace": "^1.0.x",
34 "gulp-uglify-es": "^1.0.x", 34 "gulp-uglify-es": "^1.0.x",
35 "jshint": "^2.9.x", 35 "jshint": "^2.9.x",
36 "pump": "^3.0.x" 36 "pump": "^3.0.x"
37 }, 37 },
38 "devDependencies": { 38 "devDependencies": {
39 "angular": "^1.7.6", 39 "angular": "^1.7.6",
40 "angular-route": "^1.7.5", 40 "angular-route": "^1.7.5",
41 "angular-sanitize": "^1.7.6", 41 "angular-sanitize": "^1.7.6",
42 "bootstrap": "^4.2.1", 42 "bootstrap": "^4.2.1",
43 "font-awesome": "^4.7.0", 43 "font-awesome": "^4.7.0",
44 "gulp": "^3.9.1", 44 "gulp": "^3.9.1",
45 "gulp-angular-templatecache": "^2.2.6", 45 "gulp-angular-templatecache": "^2.2.6",
46 "gulp-clean": "^0.4.0", 46 "gulp-clean": "^0.4.0",
47 "gulp-concat": "^2.6.1", 47 "gulp-concat": "^2.6.1",
48 "gulp-connect": "^5.7.0", 48 "gulp-connect": "^5.7.0",
49 "gulp-htmlmin": "^5.0.1", 49 "gulp-htmlmin": "^5.0.1",
50 "gulp-jshint": "^2.1.0", 50 "gulp-jshint": "^2.1.0",
51 "gulp-rename": "^1.4.0", 51 "gulp-rename": "^1.4.0",
52 "gulp-replace": "^1.0.0", 52 "gulp-replace": "^1.0.0",
53 "gulp-sass": "^4.0.2", 53 "gulp-sass": "^4.0.2",
54 "gulp-uglify-es": "^1.0.4", 54 "gulp-uglify-es": "^1.0.4",
55 "jasmine-core": "^3.3.0", 55 "jasmine-core": "^3.3.0",
56 "jquery": "^3.3.1", 56 "jquery": "^3.3.1",
57 "jshint": "^2.9.7", 57 "jshint": "^2.9.7",
58 "pre-commit": "^1.2.2", 58 "pre-commit": "^1.2.2",
59 "pump": "^3.0.0" 59 "pump": "^3.0.0"
60 }, 60 },
61 "dependencies": { 61 "dependencies": {
62 "node-sass": "^4.13.1" 62 "node-sass": "^4.13.1"
63 } 63 }
64 } 64 }
65 65