Commit 4eabd77733aae131dc4a5c6eeac7cc520322fb2a

Authored by Eric Fernandez
1 parent 12b39ed616
Exists in master

Configuracion package.json

Showing 1 changed file with 5 additions and 8 deletions   Show diff stats
1 { 1 {
2 "name": "foca-navegacion-doble", 2 "name": "foca-modal-vendedores",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "Menu de navegacion de doble entrada", 4 "description": "Modal búsqueda de vendedores",
5 "main": "index.js", 5 "main": "index.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 templates && gulp uglify", 8 "compile": "gulp templates && gulp uglify",
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 "install-dev": "npm install angular bootstrap jquery font-awesome gulp gulp-concat gulp-jshint gulp-rename gulp-replace gulp-uglify-es jshint pump gulp-connect jasmine-core pre-commit" 10 "install-dev": "npm install angular bootstrap jquery font-awesome gulp gulp-concat gulp-jshint gulp-rename gulp-replace gulp-uglify-es jshint pump gulp-connect jasmine-core pre-commit"
14 }, 11 },
15 "repository": { 12 "repository": {
16 "type": "git", 13 "type": "git",
17 "url": "https://192.168.0.11/modulos-npm/foca-navegacion-doble" 14 "url": "https://192.168.0.11/modulos-npm/foca-modal-vendedores.git"
18 }, 15 },
19 "author": "Nicolás Guarnieri", 16 "author": "Foca Software",
20 "license": "ISC", 17 "license": "ISC",
21 "peerDependencies": { 18 "peerDependencies": {
22 "angular": "^1.7.4", 19 "angular": "^1.7.4",
23 "bootstrap": "^4.1.3", 20 "bootstrap": "^4.1.3",
24 "font-awesome": "^4.7.0", 21 "font-awesome": "^4.7.0",
25 "ui-bootstrap4": "^3.0.4", 22 "ui-bootstrap4": "^3.0.4",
26 "gulp": "^3.9.1", 23 "gulp": "^3.9.1",
27 "gulp-angular-templatecache": "^2.2.1", 24 "gulp-angular-templatecache": "^2.2.1",
28 "gulp-concat": "^2.6.1", 25 "gulp-concat": "^2.6.1",
29 "gulp-connect": "^5.6.1", 26 "gulp-connect": "^5.6.1",
30 "gulp-htmlmin": "^5.0.1", 27 "gulp-htmlmin": "^5.0.1",
31 "gulp-rename": "^1.4.0", 28 "gulp-rename": "^1.4.0",
32 "gulp-replace": "^1.0.0", 29 "gulp-replace": "^1.0.0",
33 "gulp-uglify": "^3.0.1", 30 "gulp-uglify": "^3.0.1",
34 "jquery": "^3.3.1", 31 "jquery": "^3.3.1",
35 "pump": "^3.0.0" 32 "pump": "^3.0.0"
36 }, 33 },
37 "devDependencies": { 34 "devDependencies": {
38 "angular": "^1.7.4", 35 "angular": "^1.7.4",
39 "bootstrap": "^4.1.3", 36 "bootstrap": "^4.1.3",
40 "font-awesome": "^4.7.0", 37 "font-awesome": "^4.7.0",
41 "gulp": "^3.9.1", 38 "gulp": "^3.9.1",
42 "gulp-angular-templatecache": "^2.2.1", 39 "gulp-angular-templatecache": "^2.2.1",
43 "gulp-concat": "^2.6.1", 40 "gulp-concat": "^2.6.1",
44 "gulp-connect": "^5.6.1", 41 "gulp-connect": "^5.6.1",
45 "gulp-htmlmin": "^5.0.1", 42 "gulp-htmlmin": "^5.0.1",
46 "gulp-jshint": "^2.1.0", 43 "gulp-jshint": "^2.1.0",
47 "gulp-rename": "^1.4.0", 44 "gulp-rename": "^1.4.0",
48 "gulp-replace": "^1.0.0", 45 "gulp-replace": "^1.0.0",
49 "gulp-uglify": "^3.0.1", 46 "gulp-uglify": "^3.0.1",
50 "jasmine-core": "^3.2.1", 47 "jasmine-core": "^3.2.1",
51 "jquery": "^3.3.1", 48 "jquery": "^3.3.1",
52 "jshint": "^2.9.6", 49 "jshint": "^2.9.6",
53 "pre-commit": "^1.2.2", 50 "pre-commit": "^1.2.2",
54 "pump": "^3.0.0", 51 "pump": "^3.0.0",
55 "ui-bootstrap4": "^3.0.4" 52 "ui-bootstrap4": "^3.0.4"
56 } 53 }
57 } 54 }
58 55