{
  "name": "storage2",
  "version": "0.1.2",
  "description": "html5 storage interface for node and browser",
  "main": "./lib/node.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "tape test.js"
  },
  "browser": {
    "./lib/node.js": "./lib/client.js"
  },
  "author": "Wang Zuo",
  "license": "ISC",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "tape": "^4.0.0"
  },
  "keywords": [
    "localStorage",
    "polyfill",
    "sessionStorage",
    "storage"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swiftcarrot/storage2.git"
  },
  "bugs": {
    "url": "https://github.com/swiftcarrot/storage2/issues"
  },
  "homepage": "https://github.com/swiftcarrot/storage2#readme"
}
