UNPKG

simple-storage-tools

Version:

a library for projects that allow you to work with local and session storage in typescript

40 lines (39 loc) 1.15 kB
{ "name": "simple-storage-tools", "version": "1.0.8", "description": " a library for projects that allow you to work with local and session storage in typescript", "main": "built/index.js", "types": "built/index.d.ts", "scripts": { "build": "tsc", "test": "mocha --require mock-local-storage --reporter spec", "cover": "istanbul cover node_modules/mocha/bin/_mocha test/*.js -- --require mock-local-storage -R spec" }, "repository": { "type": "git", "url": "git+https://github.com/MetaiR/simple-storage-tools.git" }, "keywords": [ "session-storage", "local-storage", "localStorage", "sessionStorage", "simpleStorage", "SimpleStorage", "simple-storage-tools" ], "author": "Seyed Ali Roshan", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/MetaiR/simple-storage-tools/issues" }, "homepage": "https://github.com/MetaiR/simple-storage-tools#readme", "devDependencies": { "chai": "^4.1.2", "coveralls": "^3.0.1", "istanbul": "^0.4.5", "mocha": "^5.1.1", "mock-local-storage": "^1.0.5", "typescript": "^2.8.3" } }