Newer
Older
"description": "proxies,compresses and caches api-requests",
"main": "bin/dacap",
"bin": {
"dacap": "./bin/dacap"
},
"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-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",
},
"author": "Ulf Seltmann <ulf.seltmann@uni-leipzig.de>",
"@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",
"js-object-pretty-print": "^0.3.0",
"node-cache": "^4.1.5",
"@types/body-parser": "^1.16.5",
"@types/express": "^4.11.1",
"@types/mocha": "^2.2.48",
"@types/node": "^8.9.4",
"@types/request": "^2.47.0",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.2.3",
"bootstrap": "^3.3.7",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"source-map-loader": "^0.2.1",
"style-loader": "^0.18.2",
"webpack-merge": "^4.1.0"
},
"repository": {
"type": "git",
"url": "git@git.sc.uni-leipzig.de:ubl/bdd_dev/dacap.git"
},
"keywords": [
"api",
"cache",
"proxy"
]