Commit 839f0546808af76c02cf8505367693475cf22047
1 parent
9b4dbe9cb6
Exists in
master
Agregado comando para refrescar.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
package.json
| 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 | "frefresh": "gulp uglify && cp tmp/foca-crear-factura.js ../wrapper-facturador/node_modules/foca-crear-factura/dist/foca-crear-factura.min.js", | ||
| 7 | "refresh": "gulp uglify && cp tmp/foca-crear-factura.js ../wrapper-demo/node_modules/foca-crear-factura/dist/foca-crear-factura.min.js", | 8 | "refresh": "gulp uglify && cp tmp/foca-crear-factura.js ../wrapper-demo/node_modules/foca-crear-factura/dist/foca-crear-factura.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 | "postinstall": "npm run compile && gulp clean-post-install", | 11 | "postinstall": "npm run compile && gulp clean-post-install", |
| 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" | 12 | "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" |
| 12 | }, | 13 | }, |
| 13 | "repository": { | 14 | "repository": { |
| 14 | "type": "git", | 15 | "type": "git", |
| 15 | "url": "http://git.focasoftware.com/npm/foca-crear-factura.git" | 16 | "url": "http://git.focasoftware.com/npm/foca-crear-factura.git" |
| 16 | }, | 17 | }, |
| 17 | "author": "Foca Software", | 18 | "author": "Foca Software", |
| 18 | "license": "ISC", | 19 | "license": "ISC", |
| 19 | "devDependencies": { | 20 | "devDependencies": { |
| 20 | "angular": "^1.7.8", | 21 | "angular": "^1.7.8", |
| 21 | "angular-cookies": "^1.7.8", | 22 | "angular-cookies": "^1.7.8", |
| 22 | "angular-ladda": "^0.4.3", | 23 | "angular-ladda": "^0.4.3", |
| 23 | "angular-route": "^1.7.8", | 24 | "angular-route": "^1.7.8", |
| 24 | "bootstrap": "^4.3.1", | 25 | "bootstrap": "^4.3.1", |
| 25 | "font-awesome": "^4.7.0", | 26 | "font-awesome": "^4.7.0", |
| 26 | "gulp": "^3.9.1", | 27 | "gulp": "^3.9.1", |
| 27 | "gulp-angular-templatecache": "^3.0.0", | 28 | "gulp-angular-templatecache": "^3.0.0", |
| 28 | "gulp-clean": "^0.4.0", | 29 | "gulp-clean": "^0.4.0", |
| 29 | "gulp-connect": "^5.7.0", | 30 | "gulp-connect": "^5.7.0", |
| 30 | "gulp-htmlmin": "^5.0.1", | 31 | "gulp-htmlmin": "^5.0.1", |
| 31 | "gulp-jshint": "^2.1.0", | 32 | "gulp-jshint": "^2.1.0", |
| 32 | "gulp-rename": "^1.4.0", | 33 | "gulp-rename": "^1.4.0", |
| 33 | "gulp-replace": "^1.0.0", | 34 | "gulp-replace": "^1.0.0", |
| 34 | "gulp-sequence": "^1.0.0", | 35 | "gulp-sequence": "^1.0.0", |
| 35 | "gulp-uglify": "^3.0.2", | 36 | "gulp-uglify": "^3.0.2", |
| 36 | "gulp-uglify-es": "^1.0.4", | 37 | "gulp-uglify-es": "^1.0.4", |
| 37 | "jasmine-core": "^3.4.0", | 38 | "jasmine-core": "^3.4.0", |
| 38 | "jquery": "^3.4.1", | 39 | "jquery": "^3.4.1", |
| 39 | "jshint": "^2.10.2", | 40 | "jshint": "^2.10.2", |
| 40 | "ladda": "^1.0.6", | 41 | "ladda": "^1.0.6", |
| 41 | "pre-commit": "^1.2.2", | 42 | "pre-commit": "^1.2.2", |
| 42 | "pump": "^3.0.0", | 43 | "pump": "^3.0.0", |
| 43 | "ui-bootstrap4": "^3.0.6" | 44 | "ui-bootstrap4": "^3.0.6" |
| 44 | } | 45 | } |
| 45 | } | 46 | } |
| 46 | 47 |