Commit 6b018711edf280b735d1c3945cc11a654b61cc5e
1 parent
1b794662c8
Exists in
master
and in
2 other branches
Comando para refrescar.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
package.json
1 | { | 1 | { |
2 | "name": "foca-activar-hoja-ruta", | 2 | "name": "foca-activar-hoja-ruta", |
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-activar-hoja-ruta.js ../wrapper-demo/node_modules/foca-activar-hoja-ruta/dist/foca-activar-hoja-ruta.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 | "gulp-pre-commit": "gulp pre-commit", | 10 | "gulp-pre-commit": "gulp pre-commit", |
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 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 git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git" | 12 | "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route 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 git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git" |
12 | }, | 13 | }, |
13 | "pre-commit": [ | 14 | "pre-commit": [ |
14 | "gulp-pre-commit" | 15 | "gulp-pre-commit" |
15 | ], | 16 | ], |
16 | "author": "", | 17 | "author": "", |
17 | "license": "ISC", | 18 | "license": "ISC", |
18 | "devDependencies": { | 19 | "devDependencies": { |
19 | "gulp": "^3.9.1", | 20 | "gulp": "^3.9.1", |
20 | "gulp-angular-templatecache": "^2.2.6", | 21 | "gulp-angular-templatecache": "^2.2.6", |
21 | "gulp-clean": "^0.4.0", | 22 | "gulp-clean": "^0.4.0", |
22 | "gulp-connect": "^5.7.0", | 23 | "gulp-connect": "^5.7.0", |
23 | "gulp-htmlmin": "^5.0.1", | 24 | "gulp-htmlmin": "^5.0.1", |
24 | "gulp-jshint": "^2.1.0", | 25 | "gulp-jshint": "^2.1.0", |
25 | "gulp-rename": "^1.4.0", | 26 | "gulp-rename": "^1.4.0", |
26 | "gulp-replace": "^1.0.0", | 27 | "gulp-replace": "^1.0.0", |
27 | "gulp-uglify": "^3.0.1", | 28 | "gulp-uglify": "^3.0.1", |
28 | "jshint": "^2.9.7", | 29 | "jshint": "^2.9.7", |
29 | "pre-commit": "^1.2.2", | 30 | "pre-commit": "^1.2.2", |
30 | "pump": "^3.0.0" | 31 | "pump": "^3.0.0" |
31 | } | 32 | } |
32 | } | 33 | } |
33 | 34 |