{
  "name": "marsdb-localstorage",
  "description": "MarsDB storage implementation for LocalStorage",
  "main": "index.js",
  "authors": [
    "Artem Artemev"
  ],
  "license": "MIT",
  "keywords": [
    "mongo",
    "minimongo",
    "embedded",
    "localstorage",
    "db",
    "database",
    "meteor"
  ],
  "homepage": "https://github.com/c58/marsdb",
  "repository": {
    "type": "git",
    "url": "git@github.com:c58/marsdb.git"
  },
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
