{
  "name": "webstorage-polyfill",
  "version": "1.0.1",
  "description": "A browser polyfill for localStorage and sessionStorage",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:AgentME/webstorage-polyfill.git"
  },
  "keywords": [
    "localStorage",
    "sessionStorage",
    "webStorage",
    "polyfill"
  ],
  "author": "Chris Cowan <agentme49@gmail.com>",
  "contributors": [
    {
      "name": "Remy Sharp",
      "email": "remy@leftlogic.com"
    },
    {
      "name": "Jarrod Irwin",
      "email": "jarrod.irwin@gmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AgentME/webstorage-polyfill/issues"
  },
  "homepage": "https://github.com/AgentME/webstorage-polyfill",
  "devDependencies": {
    "mocha": "^3.1.0"
  }
}
