dom-storage.js/package.json

17 lines
411 B
JSON
Raw Normal View History

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