Commit 5361147c7a63e2fb8fc93bd5193474fc280f1acf

Authored by Benjamin Rodriguez
Exists in develop

Merge branch 'develop' of http://git.focasoftware.com/npm/foca-modal

1 { 1 {
2 "name": "foca-modal", 2 "name": "foca-modal",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "Modales de foca", 4 "description": "Modales de foca",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "refresh": "gulp uglify && cp tmp/foca-modal.js ../wrapper-demo/node_modules/foca-modal/dist/foca-modal.min.js", 7 "refresh": "gulp uglify && cp tmp/foca-modal.js ../wrapper-demo/node_modules/foca-modal/dist/foca-modal.min.js",
8 "test": "echo \"Error: no test specified\" && exit 1", 8 "test": "echo \"Error: no test specified\" && exit 1",
9 "gulp-pre-commit": "gulp pre-commit", 9 "gulp-pre-commit": "gulp pre-commit",
10 "compile": "gulp uglify", 10 "compile": "gulp uglify",
11 "postinstall": "npm run compile && gulp clean-post-install", 11 "postinstall": "npm run compile && gulp clean-post-install",
12 "install-dev": "npm install -D angular gulp gulp-angular-templatecache gulp-clean gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jshint pump git+http://git.focasoftware.com/npm/foca-directivas.git" 12 "install-dev": "npm install -D angular gulp gulp-angular-templatecache gulp-clean gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jshint pump git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git"
13 }, 13 },
14 "pre-commit": [ 14 "pre-commit": [
15 "gulp-pre-commit" 15 "gulp-pre-commit"
16 ], 16 ],
17 "repository": { 17 "repository": {
18 "type": "git", 18 "type": "git",
19 "url": "http://git.focasoftware.com/npm/foca-modal.git" 19 "url": "http://git.focasoftware.com/npm/foca-modal.git"
20 }, 20 },
21 "author": "Foca Software", 21 "author": "Foca Software",
22 "license": "ISC", 22 "license": "ISC",
23 "peerDependencies": { 23 "peerDependencies": {
24 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git" 24 "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git"
25 }, 25 },
26 "devDependencies": { 26 "devDependencies": {
27 "angular": "^1.7.5", 27 "angular": "^1.7.5",
28 "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", 28 "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git",
29 "gulp": "^3.9.1", 29 "gulp": "^3.9.1",
30 "gulp-angular-templatecache": "^2.2.5", 30 "gulp-angular-templatecache": "^2.2.5",
31 "gulp-clean": "^0.4.0", 31 "gulp-clean": "^0.4.0",
32 "gulp-connect": "^5.7.0", 32 "gulp-connect": "^5.7.0",
33 "gulp-htmlmin": "^5.0.1", 33 "gulp-htmlmin": "^5.0.1",
34 "gulp-jshint": "^2.1.0", 34 "gulp-jshint": "^2.1.0",
35 "gulp-rename": "^1.4.0", 35 "gulp-rename": "^1.4.0",
36 "gulp-replace": "^1.0.0", 36 "gulp-replace": "^1.0.0",
37 "gulp-uglify": "^3.0.1", 37 "gulp-uglify": "^3.0.1",
38 "jshint": "^2.9.7", 38 "jshint": "^2.9.7",
39 "pump": "^3.0.0" 39 "pump": "^3.0.0"
40 } 40 }
41 } 41 }
42 42