Commit 72ae10806a5dafce86d9780e2a1a3f16d0745533

Authored by Nicolás Guarnieri
1 parent 52a823d88b
Exists in master

fix post install

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
1 { 1 {
2 "name": "foca-modal-login", 2 "name": "foca-modal-login",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "", 4 "description": "",
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 uglify && gulp html", 8 "compile": "gulp uglify",
9 "gulp-pre-commit": "gulp pre-commit", 9 "gulp-pre-commit": "gulp pre-commit",
10 "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js", 10 "postinstall": "npm run compile && gulp clean-post-install",
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" 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 }, 12 },
13 "author": "", 13 "author": "",
14 "license": "ISC", 14 "license": "ISC",
15 "peerDependencies": { 15 "peerDependencies": {
16 "angular": "^1.7.x", 16 "angular": "^1.7.x",
17 "bootstrap": "^4.1.x", 17 "bootstrap": "^4.1.x",
18 "jquery": "^3.3.x", 18 "jquery": "^3.3.x",
19 "font-awesome": "^4.7.x", 19 "font-awesome": "^4.7.x",
20 "gulp": "^3.9.x", 20 "gulp": "^3.9.x",
21 "gulp-concat": "2.6.x", 21 "gulp-concat": "2.6.x",
22 "gulp-jshint": "^2.1.x", 22 "gulp-jshint": "^2.1.x",
23 "gulp-rename": "^1.4.x", 23 "gulp-rename": "^1.4.x",
24 "gulp-replace": "^1.0.x", 24 "gulp-replace": "^1.0.x",
25 "gulp-uglify-es": "^1.0.x", 25 "gulp-uglify-es": "^1.0.x",
26 "jshint": "^2.9.x", 26 "jshint": "^2.9.x",
27 "pump": "^3.0.x" 27 "pump": "^3.0.x"
28 }, 28 },
29 "devDependencies": { 29 "devDependencies": {
30 "angular": "^1.7.4", 30 "angular": "^1.7.4",
31 "angular-ladda": "^0.4.3", 31 "angular-ladda": "^0.4.3",
32 "angular-ui-bootstrap": "^2.5.6", 32 "angular-ui-bootstrap": "^2.5.6",
33 "bootstrap": "^4.1.3", 33 "bootstrap": "^4.1.3",
34 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", 34 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git",
35 "font-awesome": "^4.7.0", 35 "font-awesome": "^4.7.0",
36 "gulp": "^3.9.1", 36 "gulp": "^3.9.1",
37 "gulp-angular-templatecache": "^2.2.1", 37 "gulp-angular-templatecache": "^2.2.1",
38 "gulp-clean": "^0.4.0", 38 "gulp-clean": "^0.4.0",
39 "gulp-concat": "^2.6.1", 39 "gulp-concat": "^2.6.1",
40 "gulp-connect": "^5.6.1", 40 "gulp-connect": "^5.6.1",
41 "gulp-htmlmin": "^5.0.1", 41 "gulp-htmlmin": "^5.0.1",
42 "gulp-jshint": "^2.1.0", 42 "gulp-jshint": "^2.1.0",
43 "gulp-rename": "^1.4.0", 43 "gulp-rename": "^1.4.0",
44 "gulp-replace": "^1.0.0", 44 "gulp-replace": "^1.0.0",
45 "gulp-uglify": "^3.0.1", 45 "gulp-uglify": "^3.0.1",
46 "gulp-uglify-es": "^1.0.4", 46 "gulp-uglify-es": "^1.0.4",
47 "jasmine-core": "^3.2.1", 47 "jasmine-core": "^3.2.1",
48 "jquery": "^3.3.1", 48 "jquery": "^3.3.1",
49 "jshint": "^2.9.6", 49 "jshint": "^2.9.6",
50 "ladda": "1.0.6", 50 "ladda": "1.0.6",
51 "pre-commit": "^1.2.2", 51 "pre-commit": "^1.2.2",
52 "pump": "^3.0.0", 52 "pump": "^3.0.0",
53 "ui-bootstrap4": "^3.0.5" 53 "ui-bootstrap4": "^3.0.5"
54 } 54 }
55 } 55 }
56 56