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