Commit 43949eb224fe7fc16117ea2dec39be51189aefae

Authored by Nicolás Guarnieri
Exists in master

Merge branch 'master' into 'master'

Master

See merge request !3
1 { 1 {
2 "name": "foca-crear-login", 2 "name": "foca-crear-login",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "foca-crear-login", 4 "description": "foca-crear-login",
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 }, 8 "compile": "gulp uglify && gulp html",
9 "gulp-pre-commit": "gulp pre-commit",
10 "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js",
11 "install-dev": "npm install angular bootstrap font-awesome jquery gulp gulp-connect jasmine-core pre-commit gulp-angular-templatecache gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es jshint pump"
12 },
9 "repository": { 13 "repository": {
10 "type": "git", 14 "type": "git",
11 "url": "git@git.focasoftware.com:npm/foca-crear-login.git" 15 "url": "git@git.focasoftware.com:npm/foca-crear-login.git"
12 }, 16 },
13 "author": "", 17 "author": "",
14 "license": "ISC", 18 "license": "ISC",
15 "devDependencies": { 19 "devDependencies": {
16 "angular": "^1.7.5", 20 "angular": "^1.7.5",
17 "angular-route": "^1.7.5", 21 "angular-route": "^1.7.5",
18 "bootstrap": "^4.2.1", 22 "bootstrap": "^4.2.1",
19 "foca-modal-chofer": "git+http://git.focasoftware.com/npm/foca-modal-chofer.git", 23 "foca-modal-chofer": "git+http://git.focasoftware.com/npm/foca-modal-chofer.git",
20 "gulp": "^3.9.1", 24 "gulp": "^3.9.1",
21 "gulp-angular-templatecache": "^2.2.6", 25 "gulp-angular-templatecache": "^2.2.6",
22 "gulp-clean": "^0.4.0", 26 "gulp-clean": "^0.4.0",
23 "gulp-connect": "^5.7.0", 27 "gulp-connect": "^5.7.0",
24 "gulp-htmlmin": "^5.0.1", 28 "gulp-htmlmin": "^5.0.1",
25 "gulp-jshint": "^2.1.0", 29 "gulp-jshint": "^2.1.0",
26 "gulp-rename": "^1.4.0", 30 "gulp-rename": "^1.4.0",
27 "gulp-replace": "^1.0.0", 31 "gulp-replace": "^1.0.0",
28 "gulp-uglify": "^3.0.1", 32 "gulp-uglify": "^3.0.1",
29 "gulp-uglify-es": "^1.0.4", 33 "gulp-uglify-es": "^1.0.4",
30 "jasmine-core": "^3.3.0", 34 "jasmine-core": "^3.3.0",
31 "jquery": "^3.3.1", 35 "jquery": "^3.3.1",
32 "jshint": "^2.9.7", 36 "jshint": "^2.9.7",
33 "pre-commit": "^1.2.2", 37 "pre-commit": "^1.2.2",
34 "pump": "^3.0.0" 38 "pump": "^3.0.0"
35 } 39 }
36 } 40 }
37 41