Commit 65632e3509169ed1b11053c704a8da59b6f9003d

Authored by Nicolás Guarnieri
1 parent a56a016665
Exists in master and in 1 other branch develop

postinstall en script

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
1 { 1 {
2 "name": "foca-modal-cobranza", 2 "name": "foca-modal-cobranza",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "foca-modal-cobranza", 4 "description": "foca-modal-cobranza",
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 "gulp-pre-commit": "gulp pre-commit",
9 "compile": "gulp uglify",
10 "postinstall": "npm run compile && gulp clean-post-install",
11 "install-dev": "npm install -D --ignore-scripts"
8 }, 12 },
13 "pre-commit": [
14 "gulp-pre-commit"
15 ],
9 "repository": { 16 "repository": {
10 "type": "git", 17 "type": "git",
11 "url": "git@debonline.dyndns.org:npm/foca-modal-cobranza.git" 18 "url": "git@debonline.dyndns.org:npm/foca-modal-cobranza.git"
12 }, 19 },
13 "author": "Foca Software", 20 "author": "Foca Software",
14 "license": "ISC", 21 "license": "ISC",
15 "devDependencies": { 22 "devDependencies": {
16 "angular": "^1.7.5", 23 "angular": "^1.7.5",
17 "angular-ladda": "^0.4.3", 24 "angular-ladda": "^0.4.3",
18 "angular-route": "^1.7.5", 25 "angular-route": "^1.7.5",
19 "bootstrap": "^4.1.3", 26 "bootstrap": "^4.1.3",
20 "foca-directivas": "git+ssh://git@git.focasoftware.com:npm/foca-directivas", 27 "foca-directivas": "git+ssh://git@git.focasoftware.com:npm/foca-directivas",
21 "foca-filtros": "git+ssh://git@git.focasoftware.com:npm/foca-filtros", 28 "foca-filtros": "git+ssh://git@git.focasoftware.com:npm/foca-filtros",
22 "font-awesome": "^4.7.0", 29 "font-awesome": "^4.7.0",
23 "gulp": "^3.9.1", 30 "gulp": "^3.9.1",
24 "gulp-angular-templatecache": "^2.2.5", 31 "gulp-angular-templatecache": "^2.2.5",
25 "gulp-clean": "^0.4.0", 32 "gulp-clean": "^0.4.0",
26 "gulp-concat": "^2.6.1", 33 "gulp-concat": "^2.6.1",
27 "gulp-connect": "^5.7.0", 34 "gulp-connect": "^5.7.0",
28 "gulp-htmlmin": "^5.0.1", 35 "gulp-htmlmin": "^5.0.1",
29 "gulp-jshint": "^2.1.0", 36 "gulp-jshint": "^2.1.0",
30 "gulp-rename": "^1.4.0", 37 "gulp-rename": "^1.4.0",
31 "gulp-replace": "^1.0.0", 38 "gulp-replace": "^1.0.0",
32 "gulp-sequence": "^1.0.0", 39 "gulp-sequence": "^1.0.0",
33 "gulp-uglify": "^3.0.1", 40 "gulp-uglify": "^3.0.1",
34 "gulp-uglify-es": "^1.0.4", 41 "gulp-uglify-es": "^1.0.4",
35 "jquery": "^3.3.1", 42 "jquery": "^3.3.1",
36 "jshint": "^2.9.7", 43 "jshint": "^2.9.7",
37 "ladda": "^1.0.6", 44 "ladda": "^1.0.6",
38 "pre-commit": "^1.2.2", 45 "pre-commit": "^1.2.2",
39 "pump": "^3.0.0", 46 "pump": "^3.0.0",
40 "ui-bootstrap4": "^3.0.5" 47 "ui-bootstrap4": "^3.0.5"
41 } 48 }
42 } 49 }
43 50