package.json 1.04 KB
{
  "name": "foca-filtros",
  "version": "0.0.1",
  "description": "Filtros de foca",
  "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://debo.suite.repo/modulos-npm/foca-filtros.git"
  },
  "author": "Foca Software",
  "license": "ISC",
  "devDependencies": {
    "angular": "^1.7.5",
    "gulp": "^3.9.1",
    "gulp-angular-templatecache": "^2.2.3",
    "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"
  }
}