local-storage.js/package.json

19 lines
508 B
JSON
Raw Normal View History

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