Commit 41e3f0d5d2e79cc38c1527e76ed1f218a1d46c4d

Authored by Eric Fernandez
1 parent c681243549
Exists in master

modifico scripts para postinstall, install-dev

Showing 1 changed file with 25 additions and 22 deletions   Show diff stats
1 { 1 {
2 "name": "foca-abm-precios-condiciones", 2 "name": "foca-abm-precios-condiciones",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "description": "ABM de precios y condiciones", 4 "description": "ABM de precios y condiciones",
5 "main": "dist/foca-abm-precios-condiciones.js", 5 "main": "dist/foca-abm-precios-condiciones.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", 8 "compile": "gulp uglify",
9 "pre-commit": [ 9 "gulp-pre-commit": "gulp pre-commit",
10 "gulp-pre-commit" 10 "postinstall": "npm run compile && gulp clean-post-install",
11 ], 11 "install-dev": "npm install -D jasmine-core pre-commit angular angular-route bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-replace jquery jshint pump"
12 "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js"
13 }, 12 },
13 "pre-commit": [
14 "gulp-pre-commit"
15 ],
14 "repository": { 16 "repository": {
15 "type": "git", 17 "type": "git",
16 "url": "https://192.168.0.11/modulos-npm/foca-abm-precios-condiciones.git" 18 "url": "https://192.168.0.11/modulos-npm/foca-abm-precios-condiciones.git"
17 }, 19 },
18 "author": "Foca Software", 20 "author": "Foca Software",
19 "license": "ISC", 21 "license": "ISC",
20 "peerDependencies": { 22 "peerDependencies": {
21 "angular": "^1.7.x", 23 "angular": "^1.7.x",
22 "bootstrap": "^4.1.x", 24 "bootstrap": "^4.1.x",
23 "jquery": "^3.3.x", 25 "jquery": "^3.3.x",
24 "font-awesome": "^4.7.x", 26 "font-awesome": "^4.7.x",
25 "gulp": "^3.9.x", 27 "gulp": "^3.9.x",
26 "gulp-concat": "2.6.x", 28 "gulp-concat": "2.6.x",
27 "gulp-jshint": "^2.1.x", 29 "gulp-jshint": "^2.1.x",
28 "gulp-rename": "^1.4.x", 30 "gulp-rename": "^1.4.x",
29 "gulp-replace": "^1.0.x", 31 "gulp-replace": "^1.0.x",
30 "gulp-uglify-es": "^1.0.x", 32 "gulp-uglify-es": "^1.0.x",
31 "jshint": "^2.9.x", 33 "jshint": "^2.9.x",
32 "pump": "^3.0.x" 34 "pump": "^3.0.x"
33 }, 35 },
34 "devDependencies": { 36 "devDependencies": {
37 "angular": "^1.7.4",
38 "angular-route": "^1.7.5",
39 "bootstrap": "^4.1.3",
40 "font-awesome": "^4.7.0",
41 "gulp": "^3.9.1",
42 "gulp-angular-templatecache": "^2.2.1",
43 "gulp-clean": "^0.4.0",
35 "gulp-connect": "^5.6.1", 44 "gulp-connect": "^5.6.1",
36 "jasmine-core": "3.2.1", 45 "gulp-htmlmin": "^5.0.1",
37 "pre-commit": "^1.2.2" 46 "gulp-jshint": "^2.1.0",
38 }, 47 "gulp-rename": "^1.4.0",
39 "dependencies": { 48 "gulp-replace": "^1.0.0",
40 "angular": "1.7.4", 49 "gulp-sequence": "^1.0.0",
41 "bootstrap": "4.1.3", 50 "gulp-uglify-es": "^1.0.4",
42 "font-awesome": "4.7.0", 51 "jasmine-core": "^3.2.1",
43 "gulp-angular-templatecache": "2.2.1", 52 "jquery": "^3.3.1",
44 "gulp-clean": "0.4.0", 53 "jshint": "^2.9.6",
45 "gulp-htmlmin": "5.0.1", 54 "pre-commit": "^1.2.2",
46 "gulp-jshint": "2.1.0", 55 "pump": "^3.0.0",
47 "gulp-rename": "1.4.0", 56 "ui-bootstrap4": "^3.0.5"
48 "gulp-replace": "1.0.0",
49 "gulp-sequence": "1.0.0",