{
  "name": "selector-set",
  "version": "1.1.5",
  "description": "An efficient data structure for matching and querying elements against a large set of CSS selectors.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/josh/selector-set.git"
  },
  "main": "selector-set.js",
  "module": "selector-set.next.js",
  "jsnext:main": "selector-set.next.js",
  "types": "selector-set.d.ts",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "d3": "^3.5.17",
    "grunt": "^1.0.4",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-jshint": "^2.1.0",
    "grunt-contrib-qunit": "^3.1.0",
    "grunt-lib-phantomjs": "^1.1.0",
    "grunt-prettier": "^1.3.0",
    "qunitjs": "^1.23.1"
  },
  "scripts": {
    "test": "grunt test"
  },
  "files": [
    "selector-set.d.ts",
    "selector-set.js.flow",
    "selector-set.js",
    "selector-set.next.d.ts",
    "selector-set.next.js.flow",
    "selector-set.next.js"
  ]
}
