Commit f957154dc3f6281979e3875ad07961c4eead1737

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

fix en package.json

Showing 1 changed file with 43 additions and 43 deletions   Show diff stats
1 1 {
2   - "name": "foca-directivas",
3   - "version": "0.0.1",
4   - "description": "Directivas para usarse en los productos Debo Suite",
5   - "main": "index.js",
6   - "scripts": {
7   - "test": "echo \"Error: no test specified\" && exit 1",
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",
13   - },
14   - "repository": {
15   - "type": "git",
16   - "url": "https://192.168.0.11/modulos-npm/foca-directivas.git"
17   - },
18   - "author": "Nicolás Guarnieri",
19   - "license": "ISC",
20   - "peerDependencies": {
21   - "angular": "^1.7.4",
22   - "gulp": "^3.9.1",
23   - "gulp-concat": "^2.6.1",
24   - "gulp-jshint": "^2.1.0",
25   - "gulp-rename": "^1.4.0",
26   - "gulp-replace": "^1.0.0",
27   - "gulp-uglify": "^3.0.1",
28   - "jquery": "^3.3.1",
29   - "jshint": "^2.9.6",
30   - "pump": "^3.0.0"
31   - },
32   - "devDependencies": {
33   - "angular": "^1.7.4",
34   - "gulp": "^3.9.1",
35   - "gulp-concat": "^2.6.1",
36   - "gulp-jshint": "^2.1.0",
37   - "gulp-rename": "^1.4.0",
38   - "gulp-replace": "^1.0.0",
39   - "gulp-uglify": "^3.0.1",
40   - "jquery": "^3.3.1",
41   - "jshint": "^2.9.6",
42   - "pump": "^3.0.0"
43   - }
44   -}
  2 + "name": "foca-directivas",
  3 + "version": "0.0.1",
  4 + "description": "Directivas para usarse en los productos Debo Suite",
  5 + "main": "index.js",
  6 + "scripts": {
  7 + "test": "echo \"Error: no test specified\" && exit 1",
  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"
  13 + },
  14 + "repository": {
  15 + "type": "git",
  16 + "url": "https://192.168.0.11/modulos-npm/foca-directivas.git"
  17 + },
  18 + "author": "Nicolás Guarnieri",
  19 + "license": "ISC",
  20 + "peerDependencies": {
  21 + "angular": "^1.7.4",
  22 + "gulp": "^3.9.1",
  23 + "gulp-concat": "^2.6.1",
  24 + "gulp-jshint": "^2.1.0",
  25 + "gulp-rename": "^1.4.0",
  26 + "gulp-replace": "^1.0.0",
  27 + "gulp-uglify": "^3.0.1",
  28 + "jquery": "^3.3.1",
  29 + "jshint": "^2.9.6",
  30 + "pump": "^3.0.0"
  31 + },
  32 + "devDependencies": {
  33 + "angular": "^1.7.4",
  34 + "gulp": "^3.9.1",
  35 + "gulp-concat": "^2.6.1",
  36 + "gulp-jshint": "^2.1.0",
  37 + "gulp-rename": "^1.4.0",
  38 + "gulp-replace": "^1.0.0",
  39 + "gulp-uglify": "^3.0.1",
  40 + "jquery": "^3.3.1",
  41 + "jshint": "^2.9.6",
  42 + "pump": "^3.0.0"
  43 + }
  44 +}
45 45 \ No newline at end of file