{
  "name": "is-subset-of",
  "version": "3.1.10",
  "description": "is-subset-of verifies whether an array or an object is a subset.",
  "contributors": [
    {
      "name": "Golo Roden",
      "email": "golo.roden@thenativeweb.io"
    },
    {
      "name": "Hannes Leutloff",
      "email": "hannes.leutloff@thenativeweb.io"
    },
    {
      "name": "Henrik Fuchs",
      "email": "atheck@gmail.com"
    }
  ],
  "private": false,
  "main": "build/lib/isSubsetOf.js",
  "types": "build/lib/isSubsetOf.d.ts",
  "dependencies": {
    "typedescriptor": "3.0.2"
  },
  "devDependencies": {
    "assertthat": "6.3.13",
    "roboter": "12.1.2",
    "semantic-release-configuration": "2.0.5"
  },
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/thenativeweb/is-subset-of.git"
  },
  "keywords": [
    "array",
    "object",
    "subset"
  ],
  "license": "MIT"
}
