{ "name": "@ubleipzig/dacap", "scope": "@bdd_dev", "version": "1.0.0", "description": "proxies,compresses and caches api-requests", "main": "bin/dacap", "bin": { "dacap": "./bin/dacap" }, "directories": { "doc": "docs", "lib": "lib", "test": "test" }, "scripts": { "start": "node bin/dacap", "tsc": "tsc", "inspect-watch": "tsc-watch --sourceMap --onSuccess 'node --inspect=0.0.0.0:9229 bin/dacap'", "inspect-brk-watch": "tsc-watch --sourceMap --onSuccess 'node --inspect-brk=0.0.0.0:9229 bin/dacap'", "test": "mocha", "test-inspect": "mocha --inspect-brk=0.0.0.0:9229", "test-watch": "tsc-watch --sourceMap --onSuccess 'nyc mocha'", "ci": "nyc mocha --timeout=10000", "build": "rm -rf lib test public && npm install && tsc && webpack --config webpack.prod.js", "nyc": "nyc", "npm-check": "npm-check" }, "author": "Ulf Seltmann <ulf.seltmann@uni-leipzig.de>", "license": "GPL-3.0", "dependencies": { "@angular/common": "^4.3.6", "@angular/compiler": "^4.3.6", "@angular/core": "^4.3.6", "@angular/forms": "^4.3.6", "@angular/http": "^4.3.6", "@angular/platform-browser": "^4.3.6", "@angular/platform-browser-dynamic": "^4.3.6", "@angular/router": "^4.3.6", "body-parser": "^1.17.2", "compression": "^1.7.2", "core-js": "^2.5.0", "cors": "^2.8.4", "debug": "^3.0.1", "express": "^4.15.4", "express-basic-auth": "^1.1.4", "js-object-pretty-print": "^0.3.0", "node-cache": "^4.1.5", "npm-check": "^5.7.0", "q": "^1.5.0", "request": "^2.81.0", "rxjs": "^5.5.6", "zone.js": "^0.8.20" }, "devDependencies": { "@types/body-parser": "^1.16.5", "@types/compression": "0.0.33", "@types/cors": "^2.8.1", "@types/debug": "0.0.30", "@types/express": "^4.11.1", "@types/mocha": "^2.2.48", "@types/nock": "^8.2.1", "@types/node": "^8.9.4", "@types/request": "^2.47.0", "@types/rimraf": "^2.0.2", "@types/should": "^11.2.0", "angular2-template-loader": "^0.6.2", "awesome-typescript-loader": "^3.2.3", "bootstrap": "^3.3.7", "css-loader": "^0.28.9", "extract-text-webpack-plugin": "^3.0.0", "file-loader": "^0.11.2", "html-loader": "^0.5.5", "html-webpack-plugin": "^2.30.1", "istanbul": "^0.4.5", "jquery": "^3.3.1", "jshint": "^2.9.5", "mocha": "^3.5.0", "mocha-jenkins-reporter": "^0.3.9", "nock": "^9.1.9", "nyc": "^11.5.0", "rimraf": "^2.6.2", "should": "^11.2.1", "source-map-loader": "^0.2.1", "style-loader": "^0.18.2", "tsc-watch": "^1.0.16", "tslint": "^5.9.1", "typescript": "^2.7.2", "webpack": "^3.11.0", "webpack-dev-middleware": "^1.12.0", "webpack-merge": "^4.1.0" }, "repository": { "type": "git", "url": "git@git.sc.uni-leipzig.de:ubl/bdd_dev/dacap.git" }, "keywords": [ "api", "cache", "proxy" ] }