UNPKG

localstorage-memory

Version:

localStorage-compatible API, but only stored in memory

41 lines (40 loc) 1.03 kB
{ "name": "localstorage-memory", "description": "localStorage-compatible API, but only stored in memory", "main": "lib/localstorage-memory.js", "scripts": { "pretest": "standard", "test": "mocha tests", "docs": "doxx --source lib/ --target docs/ --template docs/template.jade", "update-docs": "gh-pages-deploy", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "https://github.com/gr2m/localstorage-memory" }, "keywords": [ "localstorage", "browser", "data" ], "author": "Gregor Martynus", "license": "MIT", "bugs": { "url": "https://github.com/gr2m/localstorage-memory/issues" }, "homepage": "http://gr2m.github.com/localstorage-memory", "devDependencies": { "doxx": "^1.2.1", "expect.js": "^0.3.1", "gh-pages-deploy": "^0.1.1", "mocha": "^2.1.0", "semantic-release": "^15.12.0", "standard": "^12.0.1" }, "gh-pages-deploy": { "staticpath": "docs", "noprompt": true }, "version": "1.0.3" }