Commit a07eb461e846dbf2b012ffe9269b4b2b4d32fa72
1 parent
8c088fc687
Exists in
master
configuración de archivo(nombre, descripción, git)
Showing
1 changed file
with
4 additions
and
7 deletions
Show diff stats
package.json
1 | { | 1 | { |
2 | "name": "foca-abm-sectores", | 2 | "name": "foca-busqueda-cliente", |
3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
4 | "description": "ABM de sectores", | 4 | "description": "Búsqueda de clientes", |
5 | "main": "dist/foca-abm-sectores.js", | 5 | "main": "dist/foca-abm-sectores.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1", | 7 | "test": "echo \"Error: no test specified\" && exit 1", |
8 | "compile": "gulp uglify && gulp html", | 8 | "compile": "gulp uglify && gulp html", |
9 | "pre-commit": [ | ||
10 | "gulp-pre-commit" | ||
11 | ], | ||
12 | "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js" | 9 | "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js" |
13 | }, | 10 | }, |
14 | "repository": { | 11 | "repository": { |
15 | "type": "git", | 12 | "type": "git", |
16 | "url": "https://192.168.0.11/modulos-npm/foca-abm-sectores.git" | 13 | "url": "https://192.168.0.11/modulos-npm/foca-busqueda-cliente.git" |
17 | }, | 14 | }, |
18 | "author": "Foca Software", | 15 | "author": "Foca Software", |
19 | "license": "ISC", | 16 | "license": "ISC", |
20 | "peerDependencies": { | 17 | "peerDependencies": { |
21 | "angular": "^1.7.x", | 18 | "angular": "^1.7.x", |
22 | "bootstrap": "^4.1.x", | 19 | "bootstrap": "^4.1.x", |
23 | "jquery": "^3.3.x", | 20 | "jquery": "^3.3.x", |
24 | "font-awesome": "^4.7.x", | 21 | "font-awesome": "^4.7.x", |
25 | "gulp": "^3.9.x", | 22 | "gulp": "^3.9.x", |
26 | "gulp-concat": "2.6.x", | 23 | "gulp-concat": "2.6.x", |
27 | "gulp-jshint": "^2.1.x", | 24 | "gulp-jshint": "^2.1.x", |
28 | "gulp-rename": "^1.4.x", | 25 | "gulp-rename": "^1.4.x", |
29 | "gulp-replace": "^1.0.x", | 26 | "gulp-replace": "^1.0.x", |
30 | "gulp-uglify-es": "^1.0.x", | 27 | "gulp-uglify-es": "^1.0.x", |
31 | "jshint": "^2.9.x", | 28 | "jshint": "^2.9.x", |
32 | "pump": "^3.0.x" | 29 | "pump": "^3.0.x" |
33 | }, | 30 | }, |
34 | "devDependencies": { | 31 | "devDependencies": { |
35 | "gulp-connect": "^5.6.1", | 32 | "gulp-connect": "^5.6.1", |
36 | "jasmine-core": "3.2.1", | 33 | "jasmine-core": "3.2.1", |
37 | "pre-commit": "^1.2.2" | 34 | "pre-commit": "^1.2.2" |
38 | }, | 35 | }, |
39 | "dependencies": { | 36 | "dependencies": { |
40 | "angular": "1.7.4", | 37 | "angular": "1.7.4", |
41 | "angular-ui-bootstrap": "2.5.6", | 38 | "angular-ui-bootstrap": "2.5.6", |
42 | "bootstrap": "4.1.3", | 39 | "bootstrap": "4.1.3", |
43 | "font-awesome": "4.7.0", | 40 | "font-awesome": "4.7.0", |
44 | "gulp": "3.9.1", | 41 | "gulp": "^3.9.1", |
45 | "gulp-angular-templatecache": "2.2.1", | 42 | "gulp-angular-templatecache": "2.2.1", |
46 | "gulp-concat": "2.6.1", | 43 | "gulp-concat": "2.6.1", |
47 | "gulp-htmlmin": "5.0.1", | 44 | "gulp-htmlmin": "5.0.1", |
48 | "gulp-jshint": "2.1.0", | 45 | "gulp-jshint": "2.1.0", |
49 | "gulp-rename": "1.4.0", | 46 | "gulp-rename": "1.4.0", |
50 | "gulp-replace": "1.0.0", | 47 | "gulp-replace": "1.0.0", |
51 | "gulp-uglify-es": "1.0.4", | 48 | "gulp-uglify-es": "1.0.4", |
52 | "jquery": "3.3.1", | 49 | "jquery": "3.3.1", |
53 | "jshint": "2.9.6", | 50 | "jshint": "2.9.6", |
54 | "pump": "3.0.0" | 51 | "pump": "3.0.0" |
55 | } | 52 | } |
56 | } | 53 | } |
57 | 54 |