local-storage.js/package.json

19 lines
508 B
JSON
Raw Normal View History

2011-07-22 13:21:23 -06:00
{
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)",
"name": "localStorage",
"description": "W3C localStorage for Node.JS",
2018-10-10 16:51:23 -06:00
"homepage": "https://git.coolaj86.com/coolaj86/local-storage.js",
"version": "1.0.4",
2011-07-22 13:21:23 -06:00
"repository": {
"type": "git",
2018-10-10 16:51:23 -06:00
"url": "https://git.coolaj86.com/coolaj86/local-storage.js.git"
2011-07-22 13:21:23 -06:00
},
"engines": {
"node": ">= v0.2.0"
2011-07-22 13:21:23 -06:00
},
"main": "./lib/localStorage.js",
2011-07-22 13:21:23 -06:00
"dependencies": {},
2014-10-06 17:51:52 -07:00
"devDependencies": {},
2018-10-10 16:51:23 -06:00
"license": "(MIT OR Apache-2.0)"
2011-07-22 13:21:23 -06:00
}