{
  "name": "node-localstorage",
  "version": "3.0.5",
  "main": "./LocalStorage",
  "description": "A drop-in substitute for the browser native localStorage API that runs on node.js.",
  "author": {
    "name": "Larry Maccherone",
    "url": "https://www.LinkedIn.com/in/LarryMaccherone/"
  },
  "homepage": "https://github.com/lmaccherone/node-localstorage",
  "engines": {
    "node": ">=0.12"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/lmaccherone/node-localstorage.git"
  },
  "preferGlobal": false,
  "devDependencies": {
    "coffeescript": "^2.7.0",
    "coffeetape": "^2.0.0",
    "nyc": "^15.1.0",
    "tap-nyc": "^1.0.3",
    "tap-spec": "^5.0.0",
    "tape": "^5.6.6"
  },
  "license": "MIT",
  "dependencies": {
    "write-file-atomic": "^5.0.1"
  }
}