UNPKG

ng-storage-local

Version:

An Angular module that makes Web Storage working in the Angular Way

45 lines (44 loc) 1.21 kB
{ "name": "ng-storage-local", "version": "1.0.2", "description": "An Angular module that makes Web Storage working in the Angular Way", "author": "Shivang Pokar", "repository": { "type": "git", "url": "https://github.com/shivang-pokar/ng-storage.git" }, "bugs": { "url": "https://github.com/shivang-pokar/ng-storage/issues" }, "homepage": "https://github.com/shivang-pokar/ng-storage", "keywords": [ "ng-storage", "ngStorage", "Angular Storage", "Angular local storage", "Angular session storage", "Angular storage service" ], "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/shivang-pokar/ng-storage/blob/master/LICENSE" } ], "peerDependencies": { "@angular/common": "^11.0.5", "@angular/core": "^11.0.5" }, "dependencies": { "tslib": "^2.0.0" }, "main": "bundles/ng-storage-local.umd.js", "module": "fesm2015/ng-storage-local.js", "es2015": "fesm2015/ng-storage-local.js", "esm2015": "esm2015/ng-storage-local.js", "fesm2015": "fesm2015/ng-storage-local.js", "typings": "ng-storage-local.d.ts", "metadata": "ng-storage-local.metadata.json", "sideEffects": false }