Commit f957154dc3f6281979e3875ad07961c4eead1737

Authored by Nicolás Guarnieri
1 parent 2744fdacc5
Exists in master

fix en package.json

Showing 1 changed file with 43 additions and 43 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": [ 9 "pre-commit": [
10 "gulp-pre-commit" 10 "gulp-pre-commit"
11 ], 11 ],
12 "postinstall": "npm run compile && rm -R src && rm -R tmp && rm .jshintrc && rm gulpfile.js", 12 "postinstall": "npm run compile && rm -R src && rm -R tmp && rm .jshintrc && rm gulpfile.js"
13 }, 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",
42 "pump": "^3.0.0" 42 "pump": "^3.0.0"
43 } 43 }
44 } 44 }
45