UNPKG

taiko-storage

Version:

A taiko plugin to interact with browser storages (local and session)

33 lines (32 loc) 854 B
{ "name": "taiko-storage", "version": "0.0.4", "description": "A taiko plugin to interact with browser storages (local and session)", "main": "./src/index.js", "scripts": { "test": "npm install -g . && TAIKO_PLUGIN='taiko-storage' jest tests/integration/__tests__/**.spec.js --ci --reporters=default " }, "repository": { "type": "git", "url": "git+https://github.com/bugdiver/taiko-storage.git" }, "keywords": [ "taiko", "chrome", "plugin", "localStorage", "sessionStorage" ], "author": "BugDiver", "license": "MIT", "bugs": { "url": "https://github.com/bugdiver/taiko-storage/issues" }, "homepage": "https://github.com/bugdiver/taiko-storage#readme", "dependencies": {}, "devDependencies": { "documentation": "^13.2.5", "jest": "^24.9.0", "taiko": "getgauge/taiko" } }