{
  "name": "has-localstorage",
  "version": "1.0.1",
  "homepage": "https://gr2m.github.com/has-localstorage",
  "authors": [
    "Gregor Martynus"
  ],
  "description": "returns true if localStorage is supported _and_ persistent",
  "main": "lib/has-localstorage.js",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "localStorage"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "tests"
  ]
}
