dom-storage.js/package.json

17 lines
411 B
JSON
Raw Normal View History

2011-07-22 19:21:23 +00:00
{
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)",
2012-08-16 19:15:28 +00:00
"name": "dom-storage",
"description": "W3C DOM Storage (localStorage and sessionStorage) for Node.JS",
"version": "2.0.1",
2011-07-22 19:21:23 +00:00
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/node-dom-storage.git"
2011-07-22 19:21:23 +00:00
},
"engines": {
2012-08-16 19:15:28 +00:00
"node": "*"
2011-07-22 19:21:23 +00:00
},
2013-01-26 09:10:07 +00:00
"main": "lib/index.js",
2011-07-22 19:21:23 +00:00
"dependencies": {},
"devDependencies": {}
}