package.json 1.62 KB
{
    "name": "foca-abm-sectores",
    "version": "1.0.0",
    "description": "ABM de sectores",
    "main": "dist/foca-abm-sectores.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "compile": "gulp uglify && gulp html",
        "pre-commit": [
            "gulp-pre-commit"
        ],
        "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js"
    },
    "repository": {
        "type": "git",
        "url": "https://192.168.0.11/modulos-npm/foca-abm-sectores.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"
    },
    "devDependencies": {
        "gulp-connect": "^5.6.1",
        "jasmine-core": "3.2.1",
        "pre-commit": "^1.2.2"
    },
    "dependencies": {
        "angular": "1.7.4",
        "angular-ui-bootstrap": "2.5.6",
        "bootstrap": "4.1.3",
        "font-awesome": "4.7.0",
        "gulp": "3.9.1",
        "gulp-angular-templatecache": "2.2.1",
        "gulp-concat": "2.6.1",
        "gulp-htmlmin": "5.0.1",
        "gulp-jshint": "2.1.0",
        "gulp-rename": "1.4.0",
        "gulp-replace": "1.0.0",
        "gulp-uglify-es": "1.0.4",
        "jquery": "3.3.1",
        "jshint": "2.9.6",
        "pump": "3.0.0"
    }
}