There was a problem fetching the pipeline stages.
* removed npm-repo address
* removed unused react packages
This diff is collapsed.
{ | ||
"name": "dacap", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "proxies,compresses and caches api-requests", | ||
"main": "bin/dacap", | ||
"bin": { | ||
... | ... | @@ -37,11 +37,8 @@ |
"debug": "^3.0.1", | ||
"express": "^4.15.4", | ||
"js-object-pretty-print": "^0.3.0", | ||
"node-cache": "^4.1.5", | ||
"node-cache": "github:useltmann/nodecache#master", | ||
"q": "^1.5.0", | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1", | ||
"react-proxy-loader": "^0.3.5", | ||
"request": "^2.81.0", | ||
"rxjs": "^5.4.3", | ||
"zone.js": "^0.8.17" | ||
... | ... | @@ -55,8 +52,6 @@ |
"@types/mocha": "^2.2.42", | ||
"@types/node": "^8.0.25", | ||
"@types/node-cache": "^4.1.0", | ||
"@types/react": "^16.0.5", | ||
"@types/react-dom": "^15.5.4", | ||
"@types/request": "^2.0.3", | ||
"@types/should": "^11.2.0", | ||
"angular2-template-loader": "^0.6.2", | ||
... | ... |
Please register or sign in to comment