Commit 883f2b086d00e205bcbb5c10b5ed696cc9e6a8b4

Authored by Eric Fernandez
1 parent 71b56e708a
Exists in master

acomodo gulp-pre-commit en package.json

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
1 { 1 {
2 "name": "foca-directivas", 2 "name": "foca-directivas",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "Directivas para usarse en los productos Debo Suite", 4 "description": "Directivas para usarse en los productos Debo Suite",
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", 8 "compile": "gulp uglify",
9 "pre-commit": [
10 "gulp-pre-commit"
11 ],
12 "postinstall": "npm run compile && rm -R src && rm -R tmp && rm .jshintrc && rm gulpfile.js" 9 "postinstall": "npm run compile && rm -R src && rm -R tmp && rm .jshintrc && rm gulpfile.js"
13 }, 10 },
11 "pre-commit": [
12 "gulp-pre-commit"
13 ],
14 "repository": { 14 "repository": {
15 "type": "git", 15 "type": "git",
16 "url": "https://192.168.0.11/modulos-npm/foca-directivas.git" 16 "url": "https://192.168.0.11/modulos-npm/foca-directivas.git"
17 }, 17 },
18 "author": "Nicolás Guarnieri", 18 "author": "Nicolás Guarnieri",
19 "license": "ISC", 19 "license": "ISC",
20 "peerDependencies": { 20 "peerDependencies": {
21 "angular": "^1.7.4", 21 "angular": "^1.7.4",
22 "gulp": "^3.9.1", 22 "gulp": "^3.9.1",
23 "gulp-concat": "^2.6.1", 23 "gulp-concat": "^2.6.1",
24 "gulp-jshint": "^2.1.0", 24 "gulp-jshint": "^2.1.0",
25 "gulp-rename": "^1.4.0", 25 "gulp-rename": "^1.4.0",
26 "gulp-replace": "^1.0.0", 26 "gulp-replace": "^1.0.0",
27 "gulp-uglify": "^3.0.1", 27 "gulp-uglify": "^3.0.1",
28 "jquery": "^3.3.1", 28 "jquery": "^3.3.1",
29 "jshint": "^2.9.6", 29 "jshint": "^2.9.6",
30 "pump": "^3.0.0" 30 "pump": "^3.0.0"
31 }, 31 },
32 "devDependencies": { 32 "devDependencies": {
33 "angular": "^1.7.4", 33 "angular": "^1.7.4",
34 "gulp": "^3.9.1", 34 "gulp": "^3.9.1",
35 "gulp-concat": "^2.6.1", 35 "gulp-concat": "^2.6.1",
36 "gulp-jshint": "^2.1.0", 36 "gulp-jshint": "^2.1.0",
37 "gulp-rename": "^1.4.0", 37 "gulp-rename": "^1.4.0",
38 "gulp-replace": "^1.0.0", 38 "gulp-replace": "^1.0.0",
39 "gulp-uglify": "^3.0.1", 39 "gulp-uglify": "^3.0.1",
40 "jquery": "^3.3.1", 40 "jquery": "^3.3.1",
41 "jshint": "^2.9.6", 41 "jshint": "^2.9.6",