package.json 2.15 KB
{
    "name": "foca-login",
    "version": "0.0.1",
    "description": "Login",
    "main": "dist/foca-login.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "compile": "gulp compile",
        "gulp-pre-commit": "gulp pre-commit",
        "postinstall": "npm run compile && gulp clean-post-install",
        "install-dev": "npm install -D gulp gulp-connect jasmine-core pre-commit angular angular-route angular-cookies bootstrap font-awesome gulp-angular-templatecache gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-replace jquery jshint pump && npm i -D git+http://git.focasoftware.com/npm/foca-directivas.git"
    },
    "pre-commit": [
        "gulp-pre-commit"
    ],
    "repository": {
        "type": "git",
        "url": "https://debo.suite.repo/modulos-npm/foca-login.git"
    },
    "author": "Foca Software",
    "license": "ISC",
    "peerDependencies": {
        "angular": "^1.7.x",
        "bootstrap": "^4.1.x",
        "jquery": "^3.3.x",
        "font-awesome": "^4.7.x",
        "gulp": "^3.9.x",
        "gulp-concat": "2.6.x",
        "gulp-jshint": "^2.1.x",
        "gulp-rename": "^1.4.x",
        "gulp-replace": "^1.0.x",
        "gulp-uglify-es": "^1.0.x",
        "jshint": "^2.9.x",
        "pump": "^3.0.x",
        "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git"
    },
    "devDependencies": {
        "angular": "^1.7.5",
        "angular-cookies": "^1.7.5",
        "angular-route": "^1.7.5",
        "bootstrap": "^4.1.3",
        "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git",
        "font-awesome": "^4.7.0",
        "gulp": "^3.9.1",
        "gulp-angular-templatecache": "^2.2.5",
        "gulp-clean": "^0.4.0",
        "gulp-connect": "^5.7.0",
        "gulp-htmlmin": "^5.0.1",
        "gulp-jshint": "^2.1.0",
        "gulp-rename": "^1.4.0",
        "gulp-replace": "^1.0.0",
        "gulp-sequence": "^1.0.0",
        "gulp-uglify-es": "^1.0.4",
        "jasmine-core": "^3.3.0",
        "jquery": "^3.3.1",
        "jshint": "^2.9.7",
        "pre-commit": "^1.2.2",
        "pump": "^3.0.0"
    }
}