{
  "name": "range-lookup",
  "version": "0.2.0",
  "description": "Find matching DOM ranges for a given text string",
  "author": "Eugene Sharygin <eush77@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build-example": "browserify example/index.js -o example/bundle.js"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/eush77/range-lookup",
  "repository": {
    "type": "git",
    "url": "https://github.com/eush77/range-lookup"
  },
  "bugs": {
    "url": "https://github.com/eush77/range-lookup/issues"
  },
  "keywords": [
    "dom",
    "range",
    "search",
    "lookup",
    "text",
    "node",
    "textContent",
    "occurences",
    "match"
  ],
  "dependencies": {
    "kmp-matcher": "^0.1.2"
  },
  "devDependencies": {
    "browserify": "^10.2.1"
  }
}
