Commit 8d28e90f13b309dffaaf39a6d00e105ec9510313

Authored by Marcelo Puebla
Exists in master and in 1 other branch develop

Merge branch 'master' into 'develop'

Master(martin)

See merge request !17
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 "refresh": "gulp uglify && cp tmp/foca-directivas.js ../wrapper-demo/node_modules/foca-directivas/dist/foca-directivas.min.js",
7 "test": "echo \"Error: no test specified\" && exit 1", 8 "test": "echo \"Error: no test specified\" && exit 1",
8 "compile": "gulp uglify", 9 "compile": "gulp uglify",
9 "postinstall": "npm run compile && gulp clean-post-install", 10 "postinstall": "npm run compile && gulp clean-post-install",
10 "install-dev": "npm install -D angular gulp gulp-clean gulp-concat gulp-jshint gulp-rename gulp-replace gulp-uglify jquery jshint pump" 11 "install-dev": "npm install -D angular gulp gulp-clean gulp-concat gulp-jshint gulp-rename gulp-replace gulp-uglify jquery jshint pump"
11 }, 12 },
12 "pre-commit": [ 13 "pre-commit": [
13 "gulp-pre-commit" 14 "gulp-pre-commit"
14 ], 15 ],
15 "repository": { 16 "repository": {
16 "type": "git", 17 "type": "git",
17 "url": "https://debo.suite.repo/modulos-npm/foca-directivas.git" 18 "url": "https://debo.suite.repo/modulos-npm/foca-directivas.git"
18 }, 19 },
19 "author": "Nicolás Guarnieri", 20 "author": "Nicolás Guarnieri",
20 "license": "ISC", 21 "license": "ISC",
21 "peerDependencies": { 22 "peerDependencies": {
22 "angular": "^1.7.4", 23 "angular": "^1.7.4",
23 "gulp": "^3.9.1", 24 "gulp": "^3.9.1",
24 "gulp-concat": "^2.6.1", 25 "gulp-concat": "^2.6.1",
25 "gulp-jshint": "^2.1.0", 26 "gulp-jshint": "^2.1.0",
26 "gulp-rename": "^1.4.0", 27 "gulp-rename": "^1.4.0",
27 "gulp-replace": "^1.0.0", 28 "gulp-replace": "^1.0.0",
28 "gulp-uglify": "^3.0.1", 29 "gulp-uglify": "^3.0.1",
29 "jquery": "^3.3.1", 30 "jquery": "^3.3.1",
30 "jshint": "^2.9.6", 31 "jshint": "^2.9.6",
31 "pump": "^3.0.0" 32 "pump": "^3.0.0"
32 }, 33 },
33 "devDependencies": { 34 "devDependencies": {
34 "angular": "^1.7.5", 35 "angular": "^1.7.5",
35 "gulp": "^3.9.1", 36 "gulp": "^3.9.1",
36 "gulp-clean": "^0.4.0", 37 "gulp-clean": "^0.4.0",
37 "gulp-concat": "^2.6.1", 38 "gulp-concat": "^2.6.1",
38 "gulp-jshint": "^2.1.0", 39 "gulp-jshint": "^2.1.0",
39 "gulp-rename": "^1.4.0", 40 "gulp-rename": "^1.4.0",
40 "gulp-replace": "^1.0.0", 41 "gulp-replace": "^1.0.0",
41 "gulp-uglify": "^3.0.1", 42 "gulp-uglify": "^3.0.1",
42 "jquery": "^3.3.1", 43 "jquery": "^3.3.1",
43 "jshint": "^2.9.6", 44 "jshint": "^2.9.6",
44 "pump": "^3.0.0" 45 "pump": "^3.0.0"
45 } 46 }
46 } 47 }
47 48