{
  "name": "@mapbox/query-selector-contains-node",
  "version": "1.0.0",
  "description": "Check whether a node is contained by any other node on the page matching a selector",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/query-selector-contains-node.git"
  },
  "keywords": [
    "dom",
    "query-selector",
    "selector",
    "contains"
  ],
  "author": "Mapbox",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/mapbox/query-selector-contains-node/issues"
  },
  "homepage": "https://github.com/mapbox/query-selector-contains-node#readme",
  "devDependencies": {
    "jest": "^20.0.4"
  }
}
