window.name
Version:
A module which exposes sessionStorage API for storing data in the window.name
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "window.name",
"version": "0.0.4",
"description": "A module which exposes sessionStorage API for storing data in the window.name",
"main": "index.js",
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"test": "mocha test.js",
"watch": "mocha --watch test.js",
"coverage": "istanbul cover _mocha -- test.js",
"test-travis": "istanbul cover _mocha --report lcovonly -- test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/3rd-Eden/window.name"
},
"keywords": [
"dom",
"dom-storage",
"name",
"sessionStorage",
"storage",
"storage",
"window",
"window.name"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/window.name/issues"
},
"homepage": "https://github.com/3rd-Eden/window.name",
"devDependencies": {
"assume": "^2.2.0",
"istanbul": "^0.4.5",
"mocha": "^6.2.0",
"pre-commit": "^1.2.2"
},
"dependencies": {
"querystringify": "^2.1.1"
}
}