19 lines
517 B
JSON
19 lines
517 B
JSON
{
|
|
"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": {}
|
|
}
|