{
  "name": "node-localstorage",
  "version": "1.3.1",
  "main": "./LocalStorage",
  "description": "A drop-in substitute for the browser native localStorage API that runs on node.js.",
  "keywords": [
    "localStorage",
    "Web Storage",
    "node.js"
  ],
  "author": {
    "name": "Larry Maccherone",
    "url": "http://maccherone.com"
  },
  "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": {
    "coffee-script": "^1.10.0",
    "lodash": "^3.10.1",
    "nodeunit": "~0.9.0"
  },
  "scripts": {
    "test": "cake test",
    "docompile": "cake compile",
    "prepublish": "cake compile"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "dependencies": {
    "write-file-atomic": "^1.1.4"
  }
}
