UNPKG

json-localstorage

Version:

A clone of the Web Storage API for node using a JSON file for data

26 lines (25 loc) 557 B
{ "name": "json-localstorage", "version": "2.0.0", "description": "A clone of the Web Storage API for node using a JSON file for data", "main": "json-localstorage.js", "types": "json-localstorage.d.ts", "config": { "filepath": ".storage.json" }, "repository": { "type": "git", "url": "https://github.com/Subterrane/json-localstorage" }, "scripts": { "test": "node test.js" }, "keywords": [ "localStorage" ], "author": "Will Munslow", "license": "MIT", "dependencies": { "@types/node": "^7.0.27" } }