UNPKG

local-storage-es5

Version:

A simplified localStorage API that just works

34 lines (33 loc) 895 B
{ "name": "local-storage-es5", "version": "2.0.2", "description": "A simplified localStorage API that just works", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/brianzchen/local-storage" }, "keywords": [ "localstorage", "local-storage", "persistance" ], "author": "Brian Chen <bzchen93@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/brianzchen/local-storage/issues" }, "homepage": "https://github.com/brianzchen/local-storage", "scripts": { "build": "babel src --out-dir lib", "prepublishOnly": "yarn build" }, "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/plugin-proposal-object-rest-spread": "^7.5.5", "@babel/plugin-transform-modules-commonjs": "^7.5.0", "@babel/preset-env": "^7.5.5", "browserify": "^8.0.3" } }