package.json 1.75 KB
{
    "name": "foca-crear-nota-pedido",
    "version": "0.0.1",
    "description": "Listado y ABM nota de pedidos",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "compile": "gulp uglify",        
        "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-crear-nota-pedido.git"
    },
    "author": "Foca Software",
    "license": "ISC",
    "dependencies": {
        "angular": "^1.7.x",
        "angular-route": "^1.7.4",
        "bootstrap": "^4.1.x",
        "foca-directivas": "git+https://192.168.0.11/modulos-npm/foca-directivas.git",
        "foca-modal-busqueda-productos": "git+https://192.168.0.11/nguarnieri/foca-modal-busqueda-productos",
        "foca-modal-petroleras": "git+https://192.168.0.11/modulos-npm/foca-modal-petroleras.git",
        "foca-modal-vendedores": "git+https://192.168.0.11/modulos-npm/foca-modal-vendedores.git",
        "font-awesome": "^4.7.x",
        "gulp": "^3.9.x",
        "gulp-angular-templatecache": "^2.2.1",
        "gulp-clean": "^0.4.0",
        "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",
        "jquery": "^3.3.x",
        "jshint": "^2.9.x",
        "pump": "^3.0.x",
        "ui-bootstrap4": "^3.0.5"
    },
    "devDependencies": {
        "foca-busqueda-cliente": "git+https://192.168.0.11/modulos-npm/foca-busqueda-cliente",
        "gulp-connect": "^5.6.1",
        "gulp-htmlmin": "^5.0.1",
        "gulp-uglify": "^3.0.1",
        "jasmine-core": "3.2.1",
        "pre-commit": "^1.2.2"
    }
}