Commit 6bea732d025ee64d3b381f4617a492bd008e93e9

Authored by Marcelo Puebla
1 parent 0a1e765fac
Exists in master and in 1 other branch develop

Agregado metodo para refrescar.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
1 { 1 {
2 "name": "foca-crear-factura", 2 "name": "foca-crear-factura",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "", 4 "description": "",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "refresh": "gulp uglify && cp tmp/foca-crear-factura.js ../wrapper-demo/node_modules/foca-crear-factura/dist/foca-crear-factura.min.js",
7 "test": "echo \"Error: no test specified\" && exit 1", 8 "test": "echo \"Error: no test specified\" && exit 1",
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 jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route angular-cookies 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" 11 "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route angular-cookies 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"
11 }, 12 },
12 "repository": { 13 "repository": {
13 "type": "git", 14 "type": "git",
14 "url": "http://git.focasoftware.com/npm/foca-crear-factura.git" 15 "url": "http://git.focasoftware.com/npm/foca-crear-factura.git"
15 }, 16 },
16 "author": "Foca Software", 17 "author": "Foca Software",
17 "license": "ISC", 18 "license": "ISC",
18 "devDependencies": { 19 "devDependencies": {
19 "angular": "^1.7.8", 20 "angular": "^1.7.8",
20 "angular-cookies": "^1.7.8", 21 "angular-cookies": "^1.7.8",
21 "angular-ladda": "^0.4.3", 22 "angular-ladda": "^0.4.3",
22 "angular-route": "^1.7.8", 23 "angular-route": "^1.7.8",
23 "bootstrap": "^4.3.1", 24 "bootstrap": "^4.3.1",
24 "font-awesome": "^4.7.0", 25 "font-awesome": "^4.7.0",
25 "gulp": "^3.9.1", 26 "gulp": "^3.9.1",
26 "gulp-angular-templatecache": "^3.0.0", 27 "gulp-angular-templatecache": "^3.0.0",
27 "gulp-clean": "^0.4.0", 28 "gulp-clean": "^0.4.0",
28 "gulp-connect": "^5.7.0", 29 "gulp-connect": "^5.7.0",
29 "gulp-htmlmin": "^5.0.1", 30 "gulp-htmlmin": "^5.0.1",
30 "gulp-jshint": "^2.1.0", 31 "gulp-jshint": "^2.1.0",
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-sequence": "^1.0.0", 34 "gulp-sequence": "^1.0.0",
34 "gulp-uglify": "^3.0.2", 35 "gulp-uglify": "^3.0.2",
35 "gulp-uglify-es": "^1.0.4", 36 "gulp-uglify-es": "^1.0.4",
36 "jasmine-core": "^3.4.0", 37 "jasmine-core": "^3.4.0",
37 "jquery": "^3.4.1", 38 "jquery": "^3.4.1",
38 "jshint": "^2.10.2", 39 "jshint": "^2.10.2",
39 "ladda": "^1.0.6", 40 "ladda": "^1.0.6",
40 "pre-commit": "^1.2.2", 41 "pre-commit": "^1.2.2",
41 "pump": "^3.0.0", 42 "pump": "^3.0.0",
42 "ui-bootstrap4": "^3.0.6" 43 "ui-bootstrap4": "^3.0.6"
43 } 44 }
44 } 45 }
45 46