dom-storage.js/package.json

17 lines
411 B
JSON

{
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)",
"name": "dom-storage",
"description": "W3C DOM Storage (localStorage and sessionStorage) for Node.JS",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/node-dom-storage.git"
},
"engines": {
"node": "*"
},
"main": "lib/index.js",
"dependencies": {},
"devDependencies": {}
}