UNPKG

simplify-storage

Version:

A library for working with different types of storage (localStorage, sessionStorage, cookieStorage)

32 lines (31 loc) 840 B
{ "name": "simplify-storage", "version": "1.0.1", "description": "A library for working with different types of storage (localStorage, sessionStorage, cookieStorage)", "main": "dist/script.js", "types": "dist/types/script.d.ts", "scripts": { "test": "echo \"No tests specified\" && exit 0", "build": "echo \"No build process specified\" && exit 0" }, "keywords": [ "storage", "localStorage", "sessionStorage", "cookieStorage", "web", "library" ], "author": "ITSawa", "license": "MIT", "dependencies": {}, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/ITSawa/simplify-storage.git" }, "bugs": { "url": "https://github.com/ITSawa/simplify-storage/issues" }, "homepage": "https://github.com/ITSawa/simplify-storage#readme" }