UNPKG

ng2-cache-service

Version:
33 lines (32 loc) 742 B
{ "name": "ng2-cache-service", "version": "1.1.1", "description": "Client side caching service for Angular2", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/DarthKurt/ng2-cache-service.git" }, "scripts": { "prepublish": "tsc", "build": "tsc" }, "typings": "ng2-cache-service.d.ts", "keywords": [ "cache", "angular2", "client-side", "caching" ], "author": "Evgeny Popodyanets", "license": "ISC", "devDependencies": { "@angular/core": "^4.0.0", "@types/core-js": "0.9.34", "core-js": "^2.4.1", "reflect-metadata": "^0.1.10", "rxjs": "^5.3.0", "zone.js": "^0.8.0", "typescript": "^2.2.0" } }