package.json 1.05 KB
{
  "name": "foca-modal-confirm",
  "version": "0.0.1",
  "description": "Modal de confirmacion",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "gulp-pre-commit": "gulp pre-commit",
    "compile": "gulp uglify",
    "postinstall": "npm run compile && gulp clean-post-install",
    "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"
  },
  "pre-commit": [
    "gulp-pre-commit"
  ],
  "repository": {
    "type": "git",
    "url": "https://192.168.0.11/modulos-npm/foca-modal.git"
  },
  "author": "Foca Software",
  "license": "ISC",
  "devDependencies": {
    "angular": "^1.7.5",
    "gulp": "^3.9.1",
    "gulp-angular-templatecache": "^2.2.2",
    "gulp-clean": "^0.4.0",
    "gulp-connect": "^5.6.1",
    "gulp-htmlmin": "^5.0.1",
    "gulp-jshint": "^2.1.0",
    "gulp-rename": "^1.4.0",
    "gulp-replace": "^1.0.0",
    "gulp-uglify": "^3.0.1",
    "jshint": "^2.9.6",
    "pump": "^3.0.0"
  }
}