{
  "name": "node-persist",
  "version": "0.0.12",
  "description": "Super-easy (and fast) persistent data structures in Node.js, modeled after HTML5 localStorage",
  "main": "./src/node-persist.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha tests/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/simonlast/node-persist"
  },
  "keywords": [
    "node",
    "persist",
    "storage"
  ],
  "contributors": [
    {
      "name": "Simon Last",
      "email": "hello@simonlast.org",
      "url": "http://simonlast.org/"
    },
    {
      "name": "Ben Monro",
      "url": "https://github.com/benmonro"
    },
    {
      "name": "Aziz Khoury",
      "url": "https://github.com/akhoury"
    }
  ],
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "mkdirp": "~0.5.1",
    "q": "~1.1.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.3.3",
    "rimraf": "^2.4.3"
  }
}
