W3C DOM Storage (localStorage and sessionStorage) for node.js
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

18 lines
517 B

{
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",
"homepage": "https://git.coolaj86.com/coolaj86/dom-storage.js",
"name": "dom-storage",
"description": "W3C DOM Storage (localStorage and sessionStorage) for node.js",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git://git.coolaj86.com/coolaj86/dom-storage.js.git"
},
"engines": {
"node": "*"
},
"main": "lib/index.js",
"dependencies": {},
"license": "(MIT or Apache-2.0)",
"devDependencies": {}
}