Commit eccbb5857945eaaf123fd3cf7fc10aa298f766ed

Authored by Mauricio Cattafi
1 parent 334aedb7a0
Exists in master

fix rutas http

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
1 { 1 {
2 "name": "foca-login", 2 "name": "foca-login",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "Login", 4 "description": "Login",
5 "main": "dist/foca-login.js", 5 "main": "dist/foca-login.js",
6 "scripts": { 6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1", 7 "test": "echo \"Error: no test specified\" && exit 1",
8 "gulp-pre-commit": "gulp pre-commit", 8 "gulp-pre-commit": "gulp pre-commit",
9 "postinstall": "gulp uglify && gulp clean-post-install", 9 "postinstall": "gulp uglify && gulp clean-post-install",
10 "install-dev": "npm install -D gulp gulp-connect jasmine-core pre-commit angular angular-route angular-cookies bootstrap font-awesome gulp-angular-templatecache gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify gulp-replace jquery jshint pump && npm i -D git+https://debo.suite.repo/modulos-npm/foca-directivas" 10 "install-dev": "npm install -D gulp gulp-connect jasmine-core pre-commit angular angular-route angular-cookies bootstrap font-awesome gulp-angular-templatecache gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify gulp-replace jquery jshint pump && npm i -D git+https://debo.suite.repo/modulos-npm/foca-directivas"
11 }, 11 },
12 "pre-commit": [ 12 "pre-commit": [
13 "gulp-pre-commit" 13 "gulp-pre-commit"
14 ], 14 ],
15 "repository": { 15 "repository": {
16 "type": "git", 16 "type": "git",
17 "url": "https://debo.suite.repo/modulos-npm/foca-login.git" 17 "url": "https://debo.suite.repo/modulos-npm/foca-login.git"
18 }, 18 },
19 "author": "Foca Software", 19 "author": "Foca Software",
20 "license": "ISC", 20 "license": "ISC",
21 "peerDependencies": { 21 "peerDependencies": {
22 "angular": "^1.7.x", 22 "angular": "^1.7.x",
23 "bootstrap": "^4.1.x", 23 "bootstrap": "^4.1.x",
24 "jquery": "^3.3.x", 24 "jquery": "^3.3.x",
25 "font-awesome": "^4.7.x", 25 "font-awesome": "^4.7.x",
26 "gulp": "^3.9.x", 26 "gulp": "^3.9.x",
27 "gulp-concat": "2.6.x", 27 "gulp-concat": "2.6.x",
28 "gulp-jshint": "^2.1.x", 28 "gulp-jshint": "^2.1.x",
29 "gulp-rename": "^1.4.x", 29 "gulp-rename": "^1.4.x",
30 "gulp-replace": "^1.0.x", 30 "gulp-replace": "^1.0.x",
31 "gulp-uglify-es": "^1.0.x", 31 "gulp-uglify-es": "^1.0.x",
32 "jshint": "^2.9.x", 32 "jshint": "^2.9.x",
33 "pump": "^3.0.x", 33 "pump": "^3.0.x",
34 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git" 34 "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git"
35 }, 35 },
36 "devDependencies": { 36 "devDependencies": {
37 "angular": "^1.7.5", 37 "angular": "^1.7.5",
38 "angular-cookies": "^1.7.5", 38 "angular-cookies": "^1.7.5",
39 "angular-route": "^1.7.5", 39 "angular-route": "^1.7.5",
40 "bootstrap": "^4.1.3", 40 "bootstrap": "^4.1.3",
41 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", 41 "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git",
42 "font-awesome": "^4.7.0", 42 "font-awesome": "^4.7.0",
43 "gulp": "^3.9.1", 43 "gulp": "^3.9.1",
44 "gulp-angular-templatecache": "^2.2.2", 44 "gulp-angular-templatecache": "^2.2.2",
45 "gulp-clean": "^0.4.0", 45 "gulp-clean": "^0.4.0",
46 "gulp-connect": "^5.7.0", 46 "gulp-connect": "^5.7.0",
47 "gulp-htmlmin": "^5.0.1", 47 "gulp-htmlmin": "^5.0.1",
48 "gulp-jshint": "^2.1.0", 48 "gulp-jshint": "^2.1.0",
49 "gulp-rename": "^1.4.0", 49 "gulp-rename": "^1.4.0",
50 "gulp-replace": "^1.0.0", 50 "gulp-replace": "^1.0.0",
51 "gulp-sequence": "^1.0.0", 51 "gulp-sequence": "^1.0.0",
52 "gulp-uglify": "^3.0.1", 52 "gulp-uglify": "^3.0.1",
53 "jasmine-core": "^3.3.0", 53 "jasmine-core": "^3.3.0",
54 "jquery": "^3.3.1", 54 "jquery": "^3.3.1",
55 "jshint": "^2.9.7", 55 "jshint": "^2.9.7",
56 "pre-commit": "^1.2.2", 56 "pre-commit": "^1.2.2",
57 "pump": "^3.0.0" 57 "pump": "^3.0.0"
58 } 58 }
59 } 59 }
60 60